diff options
author | Laurent DEBOMY <laurent.debomy@canal-belletrud.fr> | 2021-11-09 12:39:00 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-20 20:54:26 +0100 |
commit | e900779e6f15a3a00a2f9003dd68a43aa0ef88e8 (patch) | |
tree | 494911d9353efaeed96d6699aeebe19ba1a81cd9 /target/linux/octeon/config-5.4 | |
parent | 4580516bfbb05fe5e78416155289bf75a51c4287 (diff) | |
download | upstream-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/linux/octeon/config-5.4')
-rw-r--r-- | target/linux/octeon/config-5.4 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |