diff options
author | Viral Mehta <viral.mehta@lntinfotech.com> | 2010-05-10 21:29:15 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-20 17:48:57 (GMT) |
commit | 4ab866d11ac14d2a55808d71d7c0ee4fea83265f (patch) | |
tree | ad097205dadd68f78b79c1a5615ba3ae742910e5 /arch/arm/mach-omap2/Kconfig | |
parent | 9c68eb8197a07a157c72ae3f31877e53a44786c5 (diff) | |
download | linux-4ab866d11ac14d2a55808d71d7c0ee4fea83265f.tar.xz |
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 2455dcc..99abac2 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -10,6 +10,7 @@ config ARCH_OMAP2420 config ARCH_OMAP2430 bool "OMAP2430 support" depends on ARCH_OMAP2 + select ARCH_OMAP_OTG config ARCH_OMAP3430 bool "OMAP3430 support" |