From 434f07ef1c5d536e9e94561b5e7a066f1d9cd954 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 18 Nov 2010 20:12:49 +0100 Subject: optimize shuttle and ibmx40 hardware profile --- target/linux/config/Config.in.input | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'target/linux/config/Config.in.input') 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 -- cgit v1.2.3