[PATCH] usb: ehci_orion should be builable for mvebu multi platform
From: Jason Cooper <hidden>
Date: 2014-06-09 12:03:42
Peter, Please amend your subject line to match the other commits in drivers/usb. Also, s/builable/buildable/ On Sun, Jun 08, 2014 at 09:43:57PM +0100, Peter Robinson wrote:
quoted hunk
The ehci_orion is used by numerous mvebu SoCs and not just Orion so enable it so it can be built as part of the mvebu multi platform as it's used by Dove, Armada XP, Armada 370 too. Tested on Mirabox booting of the usb attached MMC slot Signed-off-by: Peter Robinson <redacted> --- drivers/usb/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 3d9e540..c0f8900 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig@@ -141,7 +141,7 @@ config USB_EHCI_HCD_OMAP config USB_EHCI_HCD_ORION tristate "Support for Marvell EBU on-chip EHCI USB controller" - depends on USB_EHCI_HCD && PLAT_ORION + depends on USB_EHCI_HCD && ( PLAT_ORION || ARCH_MVEBU )
hmmm, ARCH_MVEBU selects PLAT_ORION in mach-mvebu/Kconfig:8 over here. What are you trying to fix? thx, Jason.
default y ---help--- Enables support for the on-chip EHCI controller on Marvell's -- 2.0.0