diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-03-08 17:40:54 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-03-10 18:41:43 +0300 |
commit | 93582bdfd0cf5aeeb4451ade1076a455c53d8a85 (patch) | |
tree | f0d8083bd2d9270e7461b77a21fd953b89c44771 /arch/arm64/configs | |
parent | 0a06ad2056ad18e9d3de8fe8e3e8fe4f85aa86e1 (diff) | |
download | linux-93582bdfd0cf5aeeb4451ade1076a455c53d8a85.tar.xz |
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 <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/ff10d09c1a00f7024679a249e696e8c8a52d671e.1678286291.git.geert+renesas@glider.be
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b75f71fe6529..073df0f19b72 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -909,6 +909,7 @@ CONFIG_USB=y CONFIG_USB_OTG=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_PCI_RENESAS=m +CONFIG_USB_XHCI_RZV2M=y CONFIG_USB_XHCI_TEGRA=y CONFIG_USB_BRCMSTB=m CONFIG_USB_EHCI_HCD=y @@ -944,6 +945,7 @@ CONFIG_USB_ONBOARD_HUB=m CONFIG_NOP_USB_XCEIV=y CONFIG_USB_GADGET=y CONFIG_USB_RENESAS_USBHS_UDC=m +CONFIG_USB_RZV2M_USB3DRD=y CONFIG_USB_RENESAS_USB3=m CONFIG_USB_TEGRA_XUDC=m CONFIG_USB_CONFIGFS=m |