From: Marc Ferland Date: Wed, 23 Dec 2020 15:13:22 +0000 (-0500) Subject: cosmetic: fix typo in drivers/usb/Kconfig X-Git-Tag: v2021.10~388^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acff02c6dd05740ba5fbfaa6e2dd87c01b5c3257;p=platform%2Fkernel%2Fu-boot.git cosmetic: fix typo in drivers/usb/Kconfig This commit fixes a simple typo: sPL --> SPL. Signed-off-by: Marc Ferland --- diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index fedc013..6e29119 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -60,7 +60,7 @@ config DM_USB_GADGET mode) config SPL_DM_USB_GADGET - bool "Enable driver model for USB Gadget in sPL" + bool "Enable driver model for USB Gadget in SPL" depends on SPL_DM_USB help Enable driver model for USB Gadget in SPL