mirror of https://gitee.com/openkylin/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 <kyungmin.park@samsung.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
f8f5701bda
commit
a22ab1c4ba
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue