* [PATCH 2/3] OMAP3: EVM: KEYPAD: Fix Kconfig dependency
@ 2008-06-24 13:59 Miguel Angel Aguilar Ulloa
0 siblings, 0 replies; 3+ messages in thread
From: Miguel Angel Aguilar Ulloa @ 2008-06-24 13:59 UTC (permalink / raw)
To: linux-omap
Add twl4030 keypad driver support to OMAP3 EVM
Signed-off-by: Miguel Angel Aguilar <miguel.aguilar@ridgerun.com>
--- a/drivers/input/keyboard/Kconfig 2008-06-23 15:06:17.000000000 -0600
+++ b/drivers/input/keyboard/Kconfig 2008-06-23 14:32:29.000000000 -0600
@@ -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)
+ depends on TWL4030_CORE && (MACH_OMAP_2430SDP || MACH_OMAP_3430SDP || MACH_OMAP3EVM)
help
Say Y here if you want to use the OMAP TWL4030 keypad.
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH 2/3] OMAP3: EVM: KEYPAD: Fix Kconfig dependency
@ 2008-06-25 20:20 Miguel Aguilar
2008-07-03 10:55 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Miguel Aguilar @ 2008-06-25 20:20 UTC (permalink / raw)
To: linux-omap
Add twl4030 keypad driver support to OMAP3 EVM
Signed-off-by: Miguel Angel Aguilar <miguel.aguilar@ridgerun.com>
---
drivers/input/keyboard/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/reference_kernel/drivers/input/keyboard/Kconfig b/linux-2.6.26/drivers/input/keyboard/Kconfig
index 0f96a30..cf86a7b 100644
--- a/reference_kernel/drivers/input/keyboard/Kconfig
+++ b/linux-2.6.26/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)
+ depends on TWL4030_CORE && (MACH_OMAP_2430SDP || MACH_OMAP_3430SDP || MACH_OMAP3EVM)
help
Say Y here if you want to use the OMAP TWL4030 keypad.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 2/3] OMAP3: EVM: KEYPAD: Fix Kconfig dependency
2008-06-25 20:20 Miguel Aguilar
@ 2008-07-03 10:55 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2008-07-03 10:55 UTC (permalink / raw)
To: Miguel Aguilar; +Cc: linux-omap
* Miguel Aguilar <miguel.aguilar@ridgerun.com> [080625 23:18]:
> Add twl4030 keypad driver support to OMAP3 EVM
Pushing today, this one needed fixing too for the path.
Tony
> Signed-off-by: Miguel Angel Aguilar <miguel.aguilar@ridgerun.com> ---
> drivers/input/keyboard/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/reference_kernel/drivers/input/keyboard/Kconfig b/linux-2.6.26/drivers/input/keyboard/Kconfig
> index 0f96a30..cf86a7b 100644
> --- a/reference_kernel/drivers/input/keyboard/Kconfig
> +++ b/linux-2.6.26/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)
> + depends on TWL4030_CORE && (MACH_OMAP_2430SDP || MACH_OMAP_3430SDP || MACH_OMAP3EVM)
> help
> Say Y here if you want to use the OMAP TWL4030 keypad.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-03 12:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-24 13:59 [PATCH 2/3] OMAP3: EVM: KEYPAD: Fix Kconfig dependency Miguel Angel Aguilar Ulloa
-- strict thread matches above, loose matches on Subject: below --
2008-06-25 20:20 Miguel Aguilar
2008-07-03 10:55 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox