From 1dffba209c0ed2e95155c1462d0b8d6a3c670cc4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 2 Sep 2016 05:03:52 +0200 Subject: hid: depend on usb or qemu --- target/linux/config/Config.in.input | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux') 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. -- cgit v1.2.3