diff options
author | Rodolfo Giometti <giometti@enneenne.com> | 2007-03-16 00:58:52 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-03-16 00:58:52 -0400 |
commit | 5a90e5bca96696f1daa0bb0a9db299eb40241ada (patch) | |
tree | 66aef72b9fc77ebb00099b1f827c0bbae6030b6d /drivers/input/keyboard/Kconfig | |
parent | 867d2682e92a3999e3862f1679cfcb549142d776 (diff) |
Input: add support for PXA27x keyboard controller
Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 64509689fa65..be65e50e7a33 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -203,6 +203,15 @@ config KEYBOARD_OMAP | |||
203 | To compile this driver as a module, choose M here: the | 203 | To compile this driver as a module, choose M here: the |
204 | module will be called omap-keypad. | 204 | module will be called omap-keypad. |
205 | 205 | ||
206 | config KEYBOARD_PXA27x | ||
207 | tristate "PXA27x keyboard support" | ||
208 | depends on PXA27x | ||
209 | help | ||
210 | Enable support for PXA27x matrix keyboard controller | ||
211 | |||
212 | To compile this driver as a module, choose M here: the | ||
213 | module will be called pxa27x_keyboard. | ||
214 | |||
206 | config KEYBOARD_AAED2000 | 215 | config KEYBOARD_AAED2000 |
207 | tristate "AAED-2000 keyboard" | 216 | tristate "AAED-2000 keyboard" |
208 | depends on MACH_AAED2000 | 217 | depends on MACH_AAED2000 |