summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/config-4.19
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tomek_n@o2.pl>2019-07-25 15:51:30 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-08-05 23:22:26 +0200
commit2dca43b871629e418ba2116bcdb95c615fdf1626 (patch)
tree8dbe6c26875328001111f69ffadabe3464baa4da /target/linux/mvebu/config-4.19
parentd6b585eb4e71908ca08d56fb1e883253305f8ed7 (diff)
downloadopenwrt-2dca43b871629e418ba2116bcdb95c615fdf1626.tar.gz
openwrt-2dca43b871629e418ba2116bcdb95c615fdf1626.tar.bz2
openwrt-2dca43b871629e418ba2116bcdb95c615fdf1626.zip
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 <tomek_n@o2.pl>
Diffstat (limited to 'target/linux/mvebu/config-4.19')
-rw-r--r--target/linux/mvebu/config-4.191
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-4.19 b/target/linux/mvebu/config-4.19
index 5a554a0bda..5fb93fa8e7 100644
--- a/target/linux/mvebu/config-4.19
+++ b/target/linux/mvebu/config-4.19
@@ -484,6 +484,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_VFP=y