Skip to content

Commit 4cc088c

Browse files
nbuchwitzpopcornmix
authored andcommitted
configs: Enable Renesas XHCI driver
Renesas UPD720201/-202 is a popular alternative to the VL805 USB3 phy used in many CM4 based products. Commit 25f51b7 ("xhci-pci: Make xhci-pci-renesas a proper modular driver") reworked the Renesas XHCI driver, resulting in CONFIG_USB_XHCI_PCI_RENESAS no longer being implicitly enabled. Explicitly add it to the defconfig to restore USB3 functionality. Signed-off-by: Nicolai Buchwitz <n.buchwitz@kunbus.com>
1 parent 39862ad commit 4cc088c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

arch/arm/configs/bcm2711_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ CONFIG_USB=y
11771177
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
11781178
CONFIG_USB_MON=m
11791179
CONFIG_USB_XHCI_HCD=y
1180+
CONFIG_USB_XHCI_PCI_RENESAS=m
11801181
CONFIG_USB_XHCI_PLATFORM=y
11811182
CONFIG_USB_DWCOTG=y
11821183
CONFIG_USB_PRINTER=m

arch/arm64/configs/bcm2711_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,7 @@ CONFIG_USB=y
12321232
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
12331233
CONFIG_USB_MON=m
12341234
CONFIG_USB_XHCI_HCD=y
1235+
CONFIG_USB_XHCI_PCI_RENESAS=m
12351236
CONFIG_USB_DWCOTG=y
12361237
CONFIG_USB_PRINTER=m
12371238
CONFIG_USB_TMC=m

arch/arm64/configs/bcm2712_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,7 @@ CONFIG_USB=y
12341234
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
12351235
CONFIG_USB_MON=m
12361236
CONFIG_USB_XHCI_HCD=y
1237+
CONFIG_USB_XHCI_PCI_RENESAS=m
12371238
CONFIG_USB_DWCOTG=y
12381239
CONFIG_USB_PRINTER=m
12391240
CONFIG_USB_TMC=m

0 commit comments

Comments
 (0)