aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorLaurent DEBOMY <laurent.debomy@canal-belletrud.fr>2021-11-09 12:39:00 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-11-20 20:54:26 +0100
commite900779e6f15a3a00a2f9003dd68a43aa0ef88e8 (patch)
tree494911d9353efaeed96d6699aeebe19ba1a81cd9 /target
parent4580516bfbb05fe5e78416155289bf75a51c4287 (diff)
downloadupstream-e900779e6f15a3a00a2f9003dd68a43aa0ef88e8.tar.gz
upstream-e900779e6f15a3a00a2f9003dd68a43aa0ef88e8.tar.bz2
upstream-e900779e6f15a3a00a2f9003dd68a43aa0ef88e8.zip
octeon: add USB3 support (for Ubiquiti EdgeRouter 6P)
Fixes: FS#4086 Signed-off-by: Laurent DEBOMY <laurent.debomy@canal-belletrud.fr>
Diffstat (limited to 'target')
-rw-r--r--target/linux/octeon/config-5.102
-rw-r--r--target/linux/octeon/config-5.42
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/octeon/config-5.10 b/target/linux/octeon/config-5.10
index fcc3a29971..569388f016 100644
--- a/target/linux/octeon/config-5.10
+++ b/target/linux/octeon/config-5.10
@@ -238,6 +238,8 @@ CONFIG_USB_COMMON=y
CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PLATFORM=y
# CONFIG_USB_OCTEON_EHCI is not set
# CONFIG_USB_OCTEON_OHCI is not set
CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
diff --git a/target/linux/octeon/config-5.4 b/target/linux/octeon/config-5.4
index c1db2fc90f..b591159db0 100644
--- a/target/linux/octeon/config-5.4
+++ b/target/linux/octeon/config-5.4
@@ -232,6 +232,8 @@ CONFIG_USB_COMMON=y
CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PLATFORM=y
# CONFIG_USB_OCTEON_EHCI is not set
# CONFIG_USB_OCTEON_OHCI is not set
CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y