On Mon, May 29, 2023 at 05:25:54PM +0300, Eugen Hristev wrote: > s/Suppport/Support > > Signed-off-by: Eugen Hristev > --- > common/spl/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/common/spl/Kconfig b/common/spl/Kconfig > index 2c042ad30668..c66b38ee676d 100644 > --- a/common/spl/Kconfig > +++ b/common/spl/Kconfig > @@ -1373,7 +1373,7 @@ config SYS_USB_FAT_BOOT_PARTITION > Partition on the USB storage device to load U-Boot from > > config SPL_USB_GADGET > - bool "Suppport USB Gadget drivers" > + bool "Support USB Gadget drivers" > help > Enable USB Gadget API which allows to enable USB device functions > in SPL. This has been fixed already in "next" where Marek also moved this option to be under drivers/usb/gadget/Kconfig. -- Tom