summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.input
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-18 21:36:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-18 21:36:54 +0100
commite2bff9d3ecca84e5688b9a3e9762a22046c042ca (patch)
tree1ad3d0de27b805dff260a50d93e0162af4190363 /target/linux/config/Config.in.input
parent0373afa7a5f3f5eb9c0e84bb2594f727a9b05b81 (diff)
parent434f07ef1c5d536e9e94561b5e7a066f1d9cd954 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.input')
-rw-r--r--target/linux/config/Config.in.input28
1 files changed, 22 insertions, 6 deletions
diff --git a/target/linux/config/Config.in.input b/target/linux/config/Config.in.input
index c320c43a7..0d4f7fcbc 100644
--- a/target/linux/config/Config.in.input
+++ b/target/linux/config/Config.in.input
@@ -2,19 +2,35 @@ menu "Input devices"
depends on ADK_TARGET_WITH_USB || ADK_TARGET_WITH_INPUT
config ADK_KERNEL_INPUT
- bool
+ boolean
+ default y if ADK_HARDWARE_IBMX40
+ default y if ADK_HARDWARE_SHUTTLE
default n
config ADK_KERNEL_INPUT_KEYBOARD
- bool
+ boolean
+ default y if ADK_HARDWARE_IBMX40
+ default y if ADK_HARDWARE_SHUTTLE
+ default n
+
+config ADK_KERNEL_KEYBOARD_ATKBD
+ boolean
+ default y if ADK_HARDWARE_IBMX40
+ default y if ADK_HARDWARE_SHUTTLE
+ default n
+
+config ADK_KERNEL_INPUT_MOUSEDEV
+ boolean
+ default y if ADK_HARDWARE_IBMX40
+ default y if ADK_HARDWARE_SHUTTLE
default n
config ADK_KERNEL_HID_SUPPORT
- bool
+ boolean
default n
config ADK_KERNEL_HID
- bool
+ boolean
select ADK_KERNEL_HID_SUPPORT
default n
@@ -37,14 +53,14 @@ config ADK_KPACKAGE_KMOD_KEYBOARD_ATKBD
config ADK_KPACKAGE_KMOD_INPUT_MOUSEDEV
prompt "kmod-input-mouse................. Mouse support (PS/2)"
- select ADK_KERNEL_INPUT
tristate
+ select ADK_KERNEL_INPUT
default n
config ADK_KPACKAGE_KMOD_INPUT_EVDEV
prompt "kmod-input-evdev................. Event support"
- select ADK_KERNEL_INPUT
tristate
+ select ADK_KERNEL_INPUT
default n
endmenu