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

From: Arnd Bergmann
Date: Tue Apr 04 2023 - 04:51:36 EST


On Tue, Apr 4, 2023, at 10:42, Roger Quadros wrote:
> 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@xxxxxxxxxx>
> ---

Does this save a significant amount of vmlinux size? Since this
is a fairly common USB driver, I think it does help to have it
built-in for users booting from USB_STORAGE or nfsroot over
USB_USBNET, which are both built-in and not uncommon.

Arnd