From 342bcb739fecdeca09105e0940815db62daacac8 Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Thu, 25 Jul 2019 15:51:30 +0200 Subject: mvebu: enable xHCI USB controller connected to PCIe This commit fixes regression on Linksys WRT1900 (Mamba) where this device doesn't have USB 3.0 controller integrated in SoC, instead it has Etron EJ168 connected to PCIe lane. Previously enabled in kernel 4.4 and 4.9, was lost in transition to 4.14. Fixes: 4ccad92 ("mvebu: Add support for kernel 4.14") Signed-off-by: Tomasz Maciej Nowak --- target/linux/mvebu/config-4.14 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/mvebu') diff --git a/target/linux/mvebu/config-4.14 b/target/linux/mvebu/config-4.14 index dca685cffe..7a0caeeb61 100644 --- a/target/linux/mvebu/config-4.14 +++ b/target/linux/mvebu/config-4.14 @@ -482,6 +482,7 @@ CONFIG_USB_STORAGE=y CONFIG_USB_SUPPORT=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_MVEBU=y +CONFIG_USB_XHCI_PCI=y CONFIG_USB_XHCI_PLATFORM=y CONFIG_USE_OF=y CONFIG_VECTORS_BASE=0xffff0000 -- cgit v1.2.3