aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorRodolfo Giometti <giometti@enneenne.com>2007-03-16 00:58:52 -0400
committerDmitry Torokhov <dtor@insightbb.com>2007-03-16 00:58:52 -0400
commit5a90e5bca96696f1daa0bb0a9db299eb40241ada (patch)
tree66aef72b9fc77ebb00099b1f827c0bbae6030b6d /drivers/input/keyboard/Kconfig
parent867d2682e92a3999e3862f1679cfcb549142d776 (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/Kconfig9
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
206config 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
206config KEYBOARD_AAED2000 215config KEYBOARD_AAED2000
207 tristate "AAED-2000 keyboard" 216 tristate "AAED-2000 keyboard"
208 depends on MACH_AAED2000 217 depends on MACH_AAED2000