diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-29 16:47:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-30 06:10:08 +0100 |
commit | 420d95404f9d6df2352b89034946707cde2b75af (patch) | |
tree | cee21e22ec0dc12c9eae272fb7b632894dc4a242 /target/linux | |
parent | e2bd78a6f221419622e39847c3b4ca69c8431cee (diff) |
generic: allow input drivers to be selected
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.input | 2 |
1 files changed, 2 insertions, 0 deletions
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. |