From: Xu lei Date: Fri, 14 Oct 2011 20:35:10 +0000 (-0500) Subject: USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms X-Git-Tag: v3.2-rc1~183^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a6e7119a7779866b432a3abf443243b52eaad3d;p=pandora-kernel.git 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 Signed-off-by: Kumar Gala Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed