aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-09-03 14:21:15 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-07 11:54:38 -0400
commitba2f9dff6c914b91005f687a9d75c8eac110d323 (patch)
treedec2785cd910b7d64ab7fc510f354dd390a496ac
parentf61870ee6f8cc77a844e22f26c58028078df7167 (diff)
USB: PLAT_ORION fulfils USB_ARCH_HAS_EHCI
The various Orion SoCs, i.e. orion5x, kirkwood, dove, mv78xx0 and 370/XP have EHCI. Make sure USB_ARCH_HAS_EHCI reflects this. Reported-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/usb/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 7065df6036ca..2564b546ba8a 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -48,6 +48,7 @@ config USB_ARCH_HAS_EHCI
48 default y if SPARC_LEON 48 default y if SPARC_LEON
49 default y if ARCH_MMP 49 default y if ARCH_MMP
50 default y if MACH_LOONGSON1 50 default y if MACH_LOONGSON1
51 default y if PLAT_ORION
51 default PCI 52 default PCI
52 53
53# some non-PCI HCDs implement xHCI 54# some non-PCI HCDs implement xHCI