aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-06-04 03:56:15 -0400
committerTony Lindgren <tony@atomide.com>2012-06-04 03:56:15 -0400
commita22ab1c4bac78d5789dc51c1730463f845b3262f (patch)
treeead9abcceb093bc431a00288da281268dd669923 /arch/arm
parentf8f5701bdaf9134b1f90e5044a82c66324d2073f (diff)
ARM: OMAP3: There is no FS USB controller on omap3
We should not select ARCH_OMAP_OTG as the hardware does not have the legacy FS (Full Speed) USB interface. Cc: linux-usb@vger.kernel.org Cc: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 4cf5142f22cc..0e4dd6746875 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -76,7 +76,6 @@ config SOC_OMAP3430
76 bool "OMAP3430 support" 76 bool "OMAP3430 support"
77 depends on ARCH_OMAP3 77 depends on ARCH_OMAP3
78 default y 78 default y
79 select ARCH_OMAP_OTG
80 79
81config SOC_TI81XX 80config SOC_TI81XX
82 bool "TI81XX support" 81 bool "TI81XX support"