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

Roger Quadros rogerq at kernel.org
Tue Apr 4 01:46:35 PDT 2023


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 at kernel.org>
---
 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




More information about the linux-arm-kernel mailing list