[PATCH v2 7/7] lantiq: add renesas USB3 support
Torsten Duwe
duwe at lst.de
Sun Oct 23 05:52:04 PDT 2022
Consider xhci-pci-renesas for USB3 on lantiq.
Signed-off-by: Torsten Duwe <duwe at lst.de>
---
package/kernel/linux/modules/usb.mk | 1 +
target/linux/lantiq/config-5.10 | 2 ++
2 files changed, 3 insertions(+)
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 1fc3541f10..85045e93c1 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -1713,6 +1713,7 @@ define KernelPackage/usb3
+TARGET_bcm53xx:kmod-phy-bcm-ns-usb3 \
+TARGET_ramips_mt7621:kmod-usb-xhci-mtk \
+TARGET_apm821xx_nand:kmod-usb-xhci-pci-renesas \
+ +TARGET_lantiq:kmod-usb-xhci-pci-renesas \
+TARGET_mvebu_cortexa9:kmod-usb-xhci-pci-renesas
KCONFIG:= \
CONFIG_USB_PCI=y \
diff --git a/target/linux/lantiq/config-5.10 b/target/linux/lantiq/config-5.10
index 651a58f5cf..271fa736b6 100644
--- a/target/linux/lantiq/config-5.10
+++ b/target/linux/lantiq/config-5.10
@@ -222,5 +222,7 @@ CONFIG_SYS_SUPPORTS_VPE_LOADER=y
CONFIG_TARGET_ISA_REV=2
CONFIG_TICK_CPU_ACCOUNTING=y
CONFIG_TINY_SRCU=y
+CONFIG_USB_XHCI_PCI=y
+CONFIG_USB_XHCI_PCI_RENESAS=y
CONFIG_USE_OF=y
CONFIG_WATCHDOG_CORE=y
--
2.35.3
More information about the openwrt-devel
mailing list