Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1596269 > unrolled thread

[PATCH v4 2/3] usb: host: Allow to build ehci orion with mvebu SoCs

Started byGregory CLEMENT <gregory.clement@free-electrons.com>
First post2017-03-09 19:00 +0100
Last post2017-03-09 19:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 2/3] usb: host: Allow to build ehci orion with mvebu SoCs Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-03-09 19:00 +0100

#1596269 — [PATCH v4 2/3] usb: host: Allow to build ehci orion with mvebu SoCs

FromGregory CLEMENT <gregory.clement@free-electrons.com>
Date2017-03-09 19:00 +0100
Subject[PATCH v4 2/3] usb: host: Allow to build ehci orion with mvebu SoCs
Message-ID<tjaw2-8vb-27@gated-at.bofh.it>
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 <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
 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 407d947b34ea..54bdd76c7f03 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
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web