]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
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

index 251279e756fa32ed233dc3ed19aa3460d0e60ff4..4ac2750491de8bf6de1bee06a398c748b0e59ea6 100644 (file)
@@ -60,7 +60,7 @@ config USB_ARCH_HAS_OHCI
 # some non-PCI hcds implement EHCI
 config USB_ARCH_HAS_EHCI
        boolean
-       default y if PPC_83xx
+       default y if FSL_SOC
        default y if PPC_MPC512x
        default y if SOC_AU1200
        default y if ARCH_IXP4XX