diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index ea2638b41982..9d8f796c6745 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -250,6 +250,17 @@ config KEYBOARD_HP7XX | |||
250 | To compile this driver as a module, choose M here: the | 250 | To compile this driver as a module, choose M here: the |
251 | module will be called jornada720_kbd. | 251 | module will be called jornada720_kbd. |
252 | 252 | ||
253 | config KEYBOARD_LM8323 | ||
254 | tristate "LM8323 keypad chip" | ||
255 | depends on I2C | ||
256 | depends on LEDS_CLASS | ||
257 | help | ||
258 | If you say yes here you get support for the National Semiconductor | ||
259 | LM8323 keypad controller. | ||
260 | |||
261 | To compile this driver as a module, choose M here: the | ||
262 | module will be called lm8323. | ||
263 | |||
253 | config KEYBOARD_OMAP | 264 | config KEYBOARD_OMAP |
254 | tristate "TI OMAP keypad support" | 265 | tristate "TI OMAP keypad support" |
255 | depends on (ARCH_OMAP1 || ARCH_OMAP2) | 266 | depends on (ARCH_OMAP1 || ARCH_OMAP2) |
@@ -332,4 +343,14 @@ config KEYBOARD_SH_KEYSC | |||
332 | 343 | ||
333 | To compile this driver as a module, choose M here: the | 344 | To compile this driver as a module, choose M here: the |
334 | module will be called sh_keysc. | 345 | module will be called sh_keysc. |
346 | |||
347 | config KEYBOARD_EP93XX | ||
348 | tristate "EP93xx Matrix Keypad support" | ||
349 | depends on ARCH_EP93XX | ||
350 | help | ||
351 | Say Y here to enable the matrix keypad on the Cirrus EP93XX. | ||
352 | |||
353 | To compile this driver as a module, choose M here: the | ||
354 | module will be called ep93xx_keypad. | ||
355 | |||
335 | endif | 356 | endif |