Skip to content

Commit 8ae030c

Browse files
vinodkoulandersson
authored andcommitted
arm64: defconfig: Enable renesas usb xhci pci host controller
96Boards RB3 has a USB XHCI PCI Renesas host controller. This controller requires firmware to be loaded on its ROM/RAM, so enable the module CONFIG_USB_XHCI_PCI_RENESAS. This depends on CONFIG_USB_XHCI_PCI so enable that as well. Signed-off-by: Vinod Koul <vkoul@kernel.org> Link: https://lore.kernel.org/r/20210615081749.3210344-1-vkoul@kernel.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
1 parent e9cd414 commit 8ae030c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/configs/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,8 @@ CONFIG_USB_CONN_GPIO=m
798798
CONFIG_USB=y
799799
CONFIG_USB_OTG=y
800800
CONFIG_USB_XHCI_HCD=y
801+
CONFIG_USB_XHCI_PCI=m
802+
CONFIG_USB_XHCI_PCI_RENESAS=m
801803
CONFIG_USB_XHCI_TEGRA=y
802804
CONFIG_USB_EHCI_HCD=y
803805
CONFIG_USB_EHCI_EXYNOS=y

0 commit comments

Comments
 (0)