diff options
author | Abraham Arce <x0066660@ti.com> | 2010-08-31 20:05:27 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-08-31 21:07:54 -0400 |
commit | a17f79553f052f04d47689a842118f775f81b7e3 (patch) | |
tree | d903f4924272058bc41d8560c6415dcdf312ccdf /drivers/input/keyboard/Kconfig | |
parent | 3045a5f5202a1e0ab6ba2bf90a786cf4cae6932a (diff) |
Input: add support for OMAP4 keyboard controller
OMAP4 keyboard controller includes:
- built-in scanning algorithm
- debouncing feature
Driver implementation is based on matrix_keypad.c
Signed-off-by: Syed Rafiuddin <rafiuddin.syed@ti.com>
Signed-off-by: Abraham Arce <x0066660@ti.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 9cc488d21490..4f300488e1f3 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -424,6 +424,15 @@ config KEYBOARD_OMAP | |||
424 | To compile this driver as a module, choose M here: the | 424 | To compile this driver as a module, choose M here: the |
425 | module will be called omap-keypad. | 425 | module will be called omap-keypad. |
426 | 426 | ||
427 | config KEYBOARD_OMAP4 | ||
428 | tristate "TI OMAP4 keypad support" | ||
429 | depends on ARCH_OMAP4 | ||
430 | help | ||
431 | Say Y here if you want to use the OMAP4 keypad. | ||
432 | |||
433 | To compile this driver as a module, choose M here: the | ||
434 | module will be called omap4-keypad. | ||
435 | |||
427 | config KEYBOARD_TWL4030 | 436 | config KEYBOARD_TWL4030 |
428 | tristate "TI TWL4030/TWL5030/TPS659x0 keypad support" | 437 | tristate "TI TWL4030/TWL5030/TPS659x0 keypad support" |
429 | depends on TWL4030_CORE | 438 | depends on TWL4030_CORE |