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 35561689ff38..76407df17cd7 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -332,4 +332,14 @@ config KEYBOARD_SH_KEYSC | |||
332 | 332 | ||
333 | To compile this driver as a module, choose M here: the | 333 | To compile this driver as a module, choose M here: the |
334 | module will be called sh_keysc. | 334 | module will be called sh_keysc. |
335 | + | ||
336 | config KEYBOARD_EP93XX | ||
337 | tristate "EP93xx Matrix Keypad support" | ||
338 | depends on ARCH_EP93XX | ||
339 | help | ||
340 | Say Y here to enable the matrix keypad on the Cirrus EP93XX. | ||
341 | |||
342 | To compile this driver as a module, choose M here: the | ||
343 | module will be called ep93xx_keypad. | ||
344 | |||
335 | endif | 345 | endif |