From: arun c Date: Tue, 12 Aug 2008 09:00:28 +0000 (+0530) Subject: OMAP2EVM: twl4030 keypad Kconfig dependency fix X-Git-Tag: v2.6.27-omap1~313 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e98022428bf97c435adaaaf3975eeb19040f8eb;p=linux-2.6-omap-h63xx.git OMAP2EVM: twl4030 keypad Kconfig dependency fix OMAP2EVM keypad is controlled by twl4030 Signed-off-by: Arun C Signed-off-by: Tony Lindgren --- diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index cf86a7b84d0..e4d043679b4 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -261,7 +261,7 @@ config KEYBOARD_OMAP config KEYBOARD_TWL4030 tristate "TI TWL4030 keypad support" - depends on TWL4030_CORE && (MACH_OMAP_2430SDP || MACH_OMAP_3430SDP || MACH_OMAP3EVM) + depends on TWL4030_CORE && (MACH_OMAP_2430SDP || MACH_OMAP2EVM || MACH_OMAP_3430SDP || MACH_OMAP3EVM) help Say Y here if you want to use the OMAP TWL4030 keypad.