diff options
author | Komal Shah <komal_shah802003@yahoo.com> | 2006-09-29 04:59:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 12:18:07 -0400 |
commit | ad4e09b16ad361c15bd7186dcd118cb901089b97 (patch) | |
tree | eb74ac65ec10ac73eb404a98b34e851fd98bd499 /drivers/input/keyboard/Kconfig | |
parent | 7768a13c252a97e13a552f88f642962768de1fa4 (diff) |
[PATCH] OMAP: Add keypad driver
This patch adds support for keypad driver running on different TI
OMAP(http://www.ti.com/omap) processor based boards like OSK, H2, H3, H4,
Persuas and Nokia 770.
Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 a9dda56f62c4..83eac3a66bc8 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -183,4 +183,13 @@ config KEYBOARD_HIL | |||
183 | This driver implements support for HIL-keyboards attached | 183 | This driver implements support for HIL-keyboards attached |
184 | to your machine, so normally you should say Y here. | 184 | to your machine, so normally you should say Y here. |
185 | 185 | ||
186 | config KEYBOARD_OMAP | ||
187 | tristate "TI OMAP keypad support" | ||
188 | depends on (ARCH_OMAP1 || ARCH_OMAP2) | ||
189 | help | ||
190 | Say Y here if you want to use the OMAP keypad. | ||
191 | |||
192 | To compile this driver as a module, choose M here: the | ||
193 | module will be called omap-keypad. | ||
194 | |||
186 | endif | 195 | endif |