Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1595336
| From | Gregory CLEMENT <gregory.clement@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] usb: host: Allow to build ehci orion with mvebu SoCs |
| Date | 2017-03-08 17:30 +0100 |
| Message-ID | <tiMDo-Dj-21@gated-at.bofh.it> (permalink) |
| References | <tiMDn-Dj-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The mvebu ARM64 SoCs no more select PLAT_ORION but some of them as the Armada 37xx use the EHCI orion controller. This patch allow to build the driver when ARCH_MVEBU is selected. 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..870c42d89298 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/3] usb: host: Allow to build ehci orion with mvebu SoCs Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-03-08 17:30 +0100 Re: [PATCH 2/3] usb: host: Allow to build ehci orion with mvebu SoCs Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-03-08 18:30 +0100 Re: [PATCH 2/3] usb: host: Allow to build ehci orion with mvebu SoCs Andrew Lunn <andrew@lunn.ch> - 2017-03-08 18:50 +0100
csiph-web