From: Gregory CLEMENT Date: Thu, 9 Mar 2017 17:52:57 +0000 (+0100) Subject: usb: host: Allow to build ehci orion with mvebu SoCs X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ccc0d3850ba08a099b52a4da2cbd7e9ec8029a47;p=openwrt%2Fstaging%2Fblogic.git usb: host: Allow to build ehci orion with mvebu SoCs The mvebu ARM64 SoCs no longer select PLAT_ORION. However Armada 37xx use the Orion EHCI controller. This patch allows the Orion EHCI driver to be built when ARCH_MVEBU is selected. Reviewed-by: Andrew Lunn Signed-off-by: Gregory CLEMENT Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 2b2eecd4c11d..ababb91d654a 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -188,7 +188,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) default y ---help--- Enables support for the on-chip EHCI controller on Marvell's