All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: make USB_DWC3 as a module instead of built-in
@ 2023-04-04  8:42 ` Roger Quadros
  0 siblings, 0 replies; 16+ messages in thread
From: Roger Quadros @ 2023-04-04  8:42 UTC (permalink / raw)
  To: linux, arnd
  Cc: krzysztof.kozlowski, Thinh.Nguyen, nm, linux-arm-kernel,
	linux-kernel, Roger Quadros

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@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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-04-04 15:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04  8:42 [PATCH] ARM: multi_v7_defconfig: make USB_DWC3 as a module instead of built-in Roger Quadros
2023-04-04  8:42 ` Roger Quadros
2023-04-04  8:51 ` Arnd Bergmann
2023-04-04  8:51   ` Arnd Bergmann
2023-04-04 10:01   ` Krzysztof Kozlowski
2023-04-04 10:01     ` Krzysztof Kozlowski
2023-04-04 11:46     ` Roger Quadros
2023-04-04 11:46       ` Roger Quadros
2023-04-04 12:14       ` Arnd Bergmann
2023-04-04 12:14         ` Arnd Bergmann
2023-04-04 12:59         ` Roger Quadros
2023-04-04 12:59           ` Roger Quadros
2023-04-04 13:08           ` Arnd Bergmann
2023-04-04 13:08             ` Arnd Bergmann
2023-04-04 15:09             ` Roger Quadros
2023-04-04 15:09               ` Roger Quadros

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.