Commit c26d1c4c authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

ARCH: OMAP: Select ARCH_OMAP_OTG for 2430sdp and 3430sdp

Add missing select ARCH_OMAP_OTG on 2430sdp and 3430sdp builds.
Signed-off-by: default avatarFelipe Balbi <felipe.souza-lima-de@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3cb14fa0
...@@ -14,6 +14,7 @@ config ARCH_OMAP2420 ...@@ -14,6 +14,7 @@ config ARCH_OMAP2420
config ARCH_OMAP2430 config ARCH_OMAP2430
bool "OMAP2430 support" bool "OMAP2430 support"
depends on ARCH_OMAP24XX depends on ARCH_OMAP24XX
select ARCH_OMAP_OTG
config ARCH_OMAP34XX config ARCH_OMAP34XX
bool "OMAP34xx Based System" bool "OMAP34xx Based System"
...@@ -22,6 +23,7 @@ config ARCH_OMAP34XX ...@@ -22,6 +23,7 @@ config ARCH_OMAP34XX
config ARCH_OMAP3430 config ARCH_OMAP3430
bool "OMAP3430 support" bool "OMAP3430 support"
depends on ARCH_OMAP3 && ARCH_OMAP34XX depends on ARCH_OMAP3 && ARCH_OMAP34XX
select ARCH_OMAP_OTG
comment "OMAP Board Type" comment "OMAP Board Type"
depends on ARCH_OMAP2 || ARCH_OMAP3 depends on ARCH_OMAP2 || ARCH_OMAP3
......
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