* [PATCH] arm64: defconfig: make USB_DWC3 as a module instead of built-in
@ 2023-04-04 8:46 Roger Quadros
0 siblings, 0 replies; only message in thread
From: Roger Quadros @ 2023-04-04 8:46 UTC (permalink / raw)
To: catalin.marinas, will, arnd
Cc: krzysztof.kozlowski, Thinh.Nguyen, nm, linux-arm-kernel,
linux-kernel, Roger Quadros
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@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-04-04 8:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04 8:46 [PATCH] arm64: defconfig: make USB_DWC3 as a module instead of built-in Roger Quadros
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome