]> git.karo-electronics.de Git - mv-sheeva.git/commit
USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms
authorXu lei <B33228@freescale.com>
Fri, 14 Oct 2011 20:35:10 +0000 (15:35 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 18 Oct 2011 20:51:33 +0000 (13:51 -0700)
commit3a6e7119a7779866b432a3abf443243b52eaad3d
treee0afb44d043ef85b1f781eba5e74c6be4fbb13e6
parent68aa95d5d4de31c9348c1628ffa85c805305ebc5
USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms

For FSL PPC SoCs USB_ARCH_HAS_EHCI currently on depends on PPC_83xx.
However that excludes support for USB on 85xx & QorIQ devices.  Use
FSL_SOC insted which will get us 83xx, 85xx, QorIQ, and 5xxx which all
have the same USB IP on them.

Signed-off-by: Xulei <B33228@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/Kconfig