aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-08-30 09:57:20 -0500
committerAníbal Limón <anibal.limon@linaro.org>2021-01-19 15:07:51 -0600
commit7eccf48df7ff501f5c331e05f6744acf80db9df3 (patch)
tree04f3af31548265eedbffeb2c3a1a3d619e126309
parent61a5302aa33720ebb4936b836fff495a1d931dcb (diff)
arch/arm64/*/defconfig: Configure USB_XHCI_{PCI, HCD} as a module
This allow to handle ROM installation in the frist boot of DB845c. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--arch/arm64/configs/defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 100b2b3ef142..ebe5a6a852af 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -773,8 +773,9 @@ CONFIG_USB=y
CONFIG_USB_CONN_GPIO=m
CONFIG_USB=y
CONFIG_USB_OTG=y
-CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_HCD=m
CONFIG_USB_XHCI_TEGRA=y
+CONFIG_USB_XHCI_PCI=m
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_EXYNOS=y
CONFIG_USB_EHCI_HCD_PLATFORM=y