diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index b8c51b9781db..85af3c3f7bcb 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -443,6 +443,16 @@ 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_TC3589X | ||
447 | tristate "TC3589X Keypad support" | ||
448 | depends on MFD_TC3589X | ||
449 | help | ||
450 | Say Y here if you want to use the keypad controller on | ||
451 | TC35892/3 I/O expander. | ||
452 | |||
453 | To compile this driver as a module, choose M here: the | ||
454 | module will be called tc3589x-keypad. | ||
455 | |||
446 | config KEYBOARD_TNETV107X | 456 | config KEYBOARD_TNETV107X |
447 | tristate "TI TNETV107X keypad support" | 457 | tristate "TI TNETV107X keypad support" |
448 | depends on ARCH_DAVINCI_TNETV107X | 458 | depends on ARCH_DAVINCI_TNETV107X |