Skip to content

Commit 93582bd

Browse files
committed
arm64: defconfig: Enable RZ/V2M xHCI and USB3.1 DRD controller support
Increase build and test coverage by enabling RZ/V2M xHCI and USB3.1 DRD controller support. Note that the latter cannot be modular, as USB_XHCI_RCAR is builtin. Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/ff10d09c1a00f7024679a249e696e8c8a52d671e.1678286291.git.geert+renesas@glider.be
1 parent 0a06ad2 commit 93582bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ CONFIG_USB=y
909909
CONFIG_USB_OTG=y
910910
CONFIG_USB_XHCI_HCD=y
911911
CONFIG_USB_XHCI_PCI_RENESAS=m
912+
CONFIG_USB_XHCI_RZV2M=y
912913
CONFIG_USB_XHCI_TEGRA=y
913914
CONFIG_USB_BRCMSTB=m
914915
CONFIG_USB_EHCI_HCD=y
@@ -944,6 +945,7 @@ CONFIG_USB_ONBOARD_HUB=m
944945
CONFIG_NOP_USB_XCEIV=y
945946
CONFIG_USB_GADGET=y
946947
CONFIG_USB_RENESAS_USBHS_UDC=m
948+
CONFIG_USB_RZV2M_USB3DRD=y
947949
CONFIG_USB_RENESAS_USB3=m
948950
CONFIG_USB_TEGRA_XUDC=m
949951
CONFIG_USB_CONFIGFS=m

0 commit comments

Comments
 (0)