[PATCH] arm64: defconfig: make USB_DWC3 as a module instead of built-in

From: Roger Quadros
Date: Tue Apr 04 2023 - 04:46:46 EST


DWC3 is not required for boot on most platforms so make it
as a module instead of built-in.

Signed-off-by: Roger Quadros <rogerq@xxxxxxxxxx>
---
arch/arm64/configs/defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7790ee42c68a..3009655632c8 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -927,7 +927,7 @@ CONFIG_USB_CDNS3_HOST=y
CONFIG_USB_MTU3=y
CONFIG_USB_MUSB_HDRC=y
CONFIG_USB_MUSB_SUNXI=y
-CONFIG_USB_DWC3=y
+CONFIG_USB_DWC3=m
CONFIG_USB_DWC2=y
CONFIG_USB_CHIPIDEA=y
CONFIG_USB_CHIPIDEA_UDC=y
--
2.34.1