diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-26 13:44:15 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-26 13:44:32 -0600 |
commit | 9995cebae40ad88efa3dde2c4a8d3b4807dad5b7 (patch) | |
tree | 804222c432c631994f543fabdb28c6ec8168cd07 /target/linux | |
parent | d3a56fd7f104865a1f05c384d398828a0f16b2b2 (diff) |
enable keyboard and mouse on ibm-x40
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 5c750717c..6cd70c8c4 100644 --- a/target/linux/config/Config.in.input +++ b/target/linux/config/Config.in.input @@ -128,6 +128,7 @@ config ADK_KERNEL_KEYBOARD_ATKBD depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI default y if ADK_TARGET_VBOX default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG + default y if ADK_TARGET_SYSTEM_IBM_X40 default n config ADK_KERNEL_MOUSE_PS2 @@ -138,6 +139,7 @@ config ADK_KERNEL_MOUSE_PS2 depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI default y if ADK_TARGET_VBOX default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG + default y if ADK_TARGET_SYSTEM_IBM_X40 default n config ADK_KERNEL_INPUT_EVDEV |