diff options
author | Olof Johansson <olof@lixom.net> | 2021-06-23 19:01:57 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2021-06-23 19:01:58 -0700 |
commit | e6adbcb7e2d71b0e0e0deb6f904783aeb79728be (patch) | |
tree | 40d2fb19a7cf7b5ba125359fb873fe1473405992 /arch/arm64/configs | |
parent | c8700d80d75e8b5d31ea91e1a825b3cf87f823f4 (diff) | |
parent | 8ae030c34dce4f5764e945b325e8dc4d2adef044 (diff) | |
download | linux-stable-e6adbcb7e2d71b0e0e0deb6f904783aeb79728be.tar.gz linux-stable-e6adbcb7e2d71b0e0e0deb6f904783aeb79728be.tar.bz2 linux-stable-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>
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 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 |