summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/drivers/input/keyboard/Kconfig')
-rw-r--r--ANDROID_3.4.5/drivers/input/keyboard/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/input/keyboard/Kconfig b/ANDROID_3.4.5/drivers/input/keyboard/Kconfig
index f354813a..906d86aa 100644
--- a/ANDROID_3.4.5/drivers/input/keyboard/Kconfig
+++ b/ANDROID_3.4.5/drivers/input/keyboard/Kconfig
@@ -502,6 +502,24 @@ config KEYBOARD_DAVINCI
To compile this driver as a module, choose M here: the
module will be called davinci_keyscan.
+config KEYBOARD_WMT
+ tristate "WMT keypad support"
+ depends on INPUT && INPUT_KEYBOARD
+ ---help---
+ Say Y here if you want to use keypad on WMT based EVB.
+
+ To compile this driver as a module, choose M here: the
+ module will be called wmt_keypad.
+
+config SARADC_WMT
+ tristate "WMT saradc support"
+ depends on INPUT && INPUT_KEYBOARD
+ ---help---
+ Say Y here if you want to use keypad on WMT based EVB.
+
+ To compile this driver as a module, choose M here: the
+ module will be called wmt_saradc.
+
config KEYBOARD_OMAP
tristate "TI OMAP keypad support"
depends on (ARCH_OMAP1 || ARCH_OMAP2)