From: Tony Lindgren Date: Mon, 4 Jun 2012 07:56:15 +0000 (-0700) Subject: ARM: OMAP3: There is no FS USB controller on omap3 X-Git-Tag: next-20120724~11^2~11^2~1^2~1^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a22ab1c4bac78d5789dc51c1730463f845b3262f;p=karo-tx-linux.git 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 Acked-by: Felipe Balbi Signed-off-by: Tony Lindgren --- 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 bool "OMAP3430 support" depends on ARCH_OMAP3 default y - select ARCH_OMAP_OTG config SOC_TI81XX bool "TI81XX support"