Skip to content

Commit ba2f9df

Browse files
lunngregkh
authored andcommitted
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>
1 parent f61870e commit ba2f9df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ config USB_ARCH_HAS_EHCI
4848
default y if SPARC_LEON
4949
default y if ARCH_MMP
5050
default y if MACH_LOONGSON1
51+
default y if PLAT_ORION
5152
default PCI
5253

5354
# some non-PCI HCDs implement xHCI

0 commit comments

Comments
 (0)