lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20230404084635.13911-1-rogerq@kernel.org> Date: Tue, 4 Apr 2023 11:46:35 +0300 From: Roger Quadros <rogerq@...nel.org> To: catalin.marinas@....com, will@...nel.org, arnd@...db.de Cc: krzysztof.kozlowski@...aro.org, Thinh.Nguyen@...opsys.com, nm@...com, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, Roger Quadros <rogerq@...nel.org> Subject: [PATCH] arm64: defconfig: make USB_DWC3 as a module instead of built-in 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@...nel.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
Powered by blists - more mailing lists