diff options
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 0426630f0e98..b8c51b9781db 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -443,6 +443,15 @@ config KEYBOARD_OMAP4 | |||
443 | To compile this driver as a module, choose M here: the | 443 | To compile this driver as a module, choose M here: the |
444 | module will be called omap4-keypad. | 444 | module will be called omap4-keypad. |
445 | 445 | ||
446 | config KEYBOARD_TNETV107X | ||
447 | tristate "TI TNETV107X keypad support" | ||
448 | depends on ARCH_DAVINCI_TNETV107X | ||
449 | help | ||
450 | Say Y here if you want to use the TNETV107X keypad. | ||
451 | |||
452 | To compile this driver as a module, choose M here: the | ||
453 | module will be called tnetv107x-keypad. | ||
454 | |||
446 | config KEYBOARD_TWL4030 | 455 | config KEYBOARD_TWL4030 |
447 | tristate "TI TWL4030/TWL5030/TPS659x0 keypad support" | 456 | tristate "TI TWL4030/TWL5030/TPS659x0 keypad support" |
448 | depends on TWL4030_CORE | 457 | depends on TWL4030_CORE |