From: Laurent DEBOMY Date: Tue, 9 Nov 2021 11:39:00 +0000 (+0100) Subject: octeon: add USB3 support (for Ubiquiti EdgeRouter 6P) X-Git-Tag: v22.03.0-rc1~1172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e900779e6f15a3a00a2f9003dd68a43aa0ef88e8;p=thirdparty%2Fopenwrt.git octeon: add USB3 support (for Ubiquiti EdgeRouter 6P) Fixes: FS#4086 Signed-off-by: Laurent DEBOMY --- diff --git a/target/linux/octeon/config-5.10 b/target/linux/octeon/config-5.10 index fcc3a29971e..569388f0168 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 c1db2fc90f0..b591159db02 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