[PATCH] ARM: multi_v7_defconfig: make USB_DWC3 as a module instead of built-in

Roger Quadros rogerq at kernel.org
Tue Apr 4 01:42:59 PDT 2023


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

Signed-off-by: Roger Quadros <rogerq at kernel.org>
---
 arch/arm/configs/multi_v7_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 084cc612ea23..755cc96f23c5 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -855,7 +855,7 @@ CONFIG_USB_UX500_DMA=y
 CONFIG_USB_INVENTRA_DMA=y
 CONFIG_USB_TI_CPPI41_DMA=y
 CONFIG_USB_TUSB_OMAP_DMA=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