diff options
-rw-r--r-- | target/linux/config/Config.in.input | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.input b/target/linux/config/Config.in.input index e30797c0c..c91865849 100644 --- a/target/linux/config/Config.in.input +++ b/target/linux/config/Config.in.input @@ -101,7 +101,8 @@ config ADK_KERNEL_USB_HID select ADK_KERNEL_HID select ADK_KERNEL_HID_SUPPORT select ADK_KERNEL_HID_GENERIC - depends on ADK_TARGET_WITH_USB + depends on ADK_TARGET_WITH_USB \ + || ADK_TARGET_QEMU help You need this driver for USB keyboard and mouse support. |