[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1318624510-24058-1-git-send-email-galak@kernel.crashing.org>
Date: Fri, 14 Oct 2011 15:35:10 -0500
From: Kumar Gala <galak@...nel.crashing.org>
To: gregkh@...e.de
Cc: linux-kernel@...r.kernel.org, linuxppc-dev@...abs.org,
linux-usb@...r.kernel.org, Xu lei <B33228@...escale.com>
Subject: [PATCH] USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms
From: Xu lei <B33228@...escale.com>
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@...escale.com>
Signed-off-by: Kumar Gala <galak@...nel.crashing.org>
---
drivers/usb/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 48f1781..1580d7c 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -54,7 +54,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
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists