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 c845d5c4cbba..9f42e4d3649e 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -214,6 +214,15 @@ config KEYBOARD_OMAP | |||
214 | To compile this driver as a module, choose M here: the | 214 | To compile this driver as a module, choose M here: the |
215 | module will be called omap-keypad. | 215 | module will be called omap-keypad. |
216 | 216 | ||
217 | config KEYBOARD_PXA27x | ||
218 | tristate "PXA27x keyboard support" | ||
219 | depends on PXA27x | ||
220 | help | ||
221 | Enable support for PXA27x matrix keyboard controller | ||
222 | |||
223 | To compile this driver as a module, choose M here: the | ||
224 | module will be called pxa27x_keyboard. | ||
225 | |||
217 | config KEYBOARD_AAED2000 | 226 | config KEYBOARD_AAED2000 |
218 | tristate "AAED-2000 keyboard" | 227 | tristate "AAED-2000 keyboard" |
219 | depends on MACH_AAED2000 | 228 | depends on MACH_AAED2000 |