From 420d95404f9d6df2352b89034946707cde2b75af Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 29 Dec 2017 16:47:48 +0100 Subject: generic: allow input drivers to be selected --- target/linux/config/Config.in.input | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/config/Config.in.input b/target/linux/config/Config.in.input index f95d5faa8..fec6454a1 100644 --- a/target/linux/config/Config.in.input +++ b/target/linux/config/Config.in.input @@ -6,6 +6,7 @@ depends on ADK_TARGET_WITH_USB \ || ADK_TARGET_WITH_INPUT \ || ADK_TARGET_WITH_TOUCHSCREEN \ || ADK_TARGET_QEMU \ + || ADK_TARGET_GENERIC \ || ADK_TARGET_VBOX config ADK_KERNEL_SERIO @@ -122,6 +123,7 @@ config ADK_KERNEL_USB_HID select ADK_KERNEL_HID_SUPPORT select ADK_KERNEL_HID_GENERIC depends on ADK_TARGET_WITH_USB \ + || ADK_TARGET_GENERIC \ || ADK_TARGET_QEMU help You need this driver for USB keyboard and mouse support. -- cgit v1.2.3