aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Olof Johansson <olof@lixom.net> 2021-06-23 19:01:57 -0700
committerGravatar Olof Johansson <olof@lixom.net> 2021-06-23 19:01:58 -0700
commite6adbcb7e2d71b0e0e0deb6f904783aeb79728be (patch)
tree40d2fb19a7cf7b5ba125359fb873fe1473405992
parentMerge tag 'visconti-arm-defconfig-for-v5.14' of https://git.kernel.org/pub/sc... (diff)
parentarm64: defconfig: Enable renesas usb xhci pci host controller (diff)
downloadlinux-e6adbcb7e2d71b0e0e0deb6f904783aeb79728be.tar.gz
linux-e6adbcb7e2d71b0e0e0deb6f904783aeb79728be.tar.bz2
linux-e6adbcb7e2d71b0e0e0deb6f904783aeb79728be.zip
Merge tag 'qcom-arm64-defconfig-for-5.14-1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/defconfig
Additional Qualcomm ARM64 defconfig udpate for v5.14 The Qualcomm Robotics RB3 Development Kit has a Renesas USB HUB on one of the PCIe busses, which requires the releated driver to be enabled to provide functional Ethernet and additional USB host ports. * tag 'qcom-arm64-defconfig-for-5.14-1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: arm64: defconfig: Enable renesas usb xhci pci host controller Link: https://lore.kernel.org/r/20210621165015.943060-1-bjorn.andersson@linaro.org Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm64/configs/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 88fc0d564c89..f423d08b9a71 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -800,6 +800,8 @@ CONFIG_USB_CONN_GPIO=m
CONFIG_USB=y
CONFIG_USB_OTG=y
CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PCI=m
+CONFIG_USB_XHCI_PCI_RENESAS=m
CONFIG_USB_XHCI_TEGRA=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_EXYNOS=y