diff options
author | Viral Mehta <viral.mehta@lntinfotech.com> | 2010-05-10 17:29:15 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-20 13:48:57 -0400 |
commit | 4ab866d11ac14d2a55808d71d7c0ee4fea83265f (patch) | |
tree | ad097205dadd68f78b79c1a5615ba3ae742910e5 /arch/arm/mach-omap2/Kconfig | |
parent | 9c68eb8197a07a157c72ae3f31877e53a44786c5 (diff) |
omap2: select ARCH_OMAP_OTG for OMAP2430 SDP
Configuration for OMAP2430 should select ARCH_OMAP_OTG just like
it is done for OMAP2420
Signed-off-by: Viral Mehta <viral.mehta@lntinfotech.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 2455dcc744a0..99abac2a8c53 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -10,6 +10,7 @@ config ARCH_OMAP2420 | |||
10 | config ARCH_OMAP2430 | 10 | config ARCH_OMAP2430 |
11 | bool "OMAP2430 support" | 11 | bool "OMAP2430 support" |
12 | depends on ARCH_OMAP2 | 12 | depends on ARCH_OMAP2 |
13 | select ARCH_OMAP_OTG | ||
13 | 14 | ||
14 | config ARCH_OMAP3430 | 15 | config ARCH_OMAP3430 |
15 | bool "OMAP3430 support" | 16 | bool "OMAP3430 support" |