diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-02 05:03:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-02 05:03:52 +0200 |
commit | 1dffba209c0ed2e95155c1462d0b8d6a3c670cc4 (patch) | |
tree | 097e1cf1601b37210590cae2c72609b1bd135f18 /target/linux | |
parent | 883465b8cc0303bd6a62e7f40769a2c6c3191f21 (diff) |
hid: depend on usb or qemu
Diffstat (limited to 'target/linux')
-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. |