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>2019-08-30 12:45:57 -0500
commitb13017c21d43cf5cbe81129c650ed5ed44d8adb0 (patch)
treedc36d94364a547804caa74f957514605f45ba24d
parent70f66fea53de22302ebc1d36b5ce3c66331a1f51 (diff)
arch/arm64/*/defconfig: Configure USB_XHCI_{PCI, HCD} as a moduledebian-qcom-dragonboard845c-19.09
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 b70f9e9e6009..aef24d9cff21 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -585,8 +585,9 @@ CONFIG_SOUNDWIRE_BUS=y
CONFIG_SOUNDWIRE_QCOM=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