Commit c911d52d authored by Miguel Aguilar's avatar Miguel Aguilar Committed by Tony Lindgren

OMAP3: EVM: KEYPAD: Fix Kconfig dependency

Add twl4030 keypad driver support to OMAP3 EVM
Signed-off-by: default avatarMiguel Angel Aguilar <miguel.aguilar@ridgerun.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 66011b0a
...@@ -261,7 +261,7 @@ config KEYBOARD_OMAP ...@@ -261,7 +261,7 @@ config KEYBOARD_OMAP
config KEYBOARD_TWL4030 config KEYBOARD_TWL4030
tristate "TI TWL4030 keypad support" tristate "TI TWL4030 keypad support"
depends on TWL4030_CORE && (MACH_OMAP_2430SDP || MACH_OMAP_3430SDP) depends on TWL4030_CORE && (MACH_OMAP_2430SDP || MACH_OMAP_3430SDP || MACH_OMAP3EVM)
help help
Say Y here if you want to use the OMAP TWL4030 keypad. Say Y here if you want to use the OMAP TWL4030 keypad.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment