diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-07 22:27:58 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-13 03:06:30 +0200 |
commit | f799a3d8fe170159257b75c1baf48a7c1f625d1d (patch) | |
tree | 7ff1338229905d4ab2a7835966aa21ab33d18cd7 /drivers/input/keyboard/Kconfig | |
parent | ARM: OMAP: Move gpio.h to include/linux/platform_data (diff) | |
download | linux-f799a3d8fe170159257b75c1baf48a7c1f625d1d.tar.xz linux-f799a3d8fe170159257b75c1baf48a7c1f625d1d.zip |
Input: omap-keypad: Remove dependencies to mach includes
Remove support for omap2+ as it's no longer needed since
it's using matrix-keypad. This way we can remove depency
to plat and mach headers which is needed for ARM common
zImage support.
Also remove INT_KEYBOARD by using omap_kp->irq.
Note that this patch depends on an earlier patch
"ARM: OMAP: Move gpio.h to include/linux/platform_data".
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Acked-by: Sourav Poddar <sourav.poddar@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index c50fa75416f8..b4b65af8612a 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -533,7 +533,7 @@ config KEYBOARD_DAVINCI config KEYBOARD_OMAP tristate "TI OMAP keypad support" - depends on (ARCH_OMAP1 || ARCH_OMAP2) + depends on ARCH_OMAP1 select INPUT_MATRIXKMAP help Say Y here if you want to use the OMAP keypad. |