From: Fabio Estevam Date: Sat, 17 Sep 2022 23:28:29 +0000 (-0300) Subject: usb: Kconfig: Fix typo in SPL_DM_USB text X-Git-Tag: v2022.10~10^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6ab91c77edd3f831ae6ddabd4462bff983fd3fd;p=platform%2Fkernel%2Fu-boot.git usb: Kconfig: Fix typo in SPL_DM_USB text Change a typo in "USB host mode". Signed-off-by: Fabio Estevam --- diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index fd13cf3..3afb45d 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -48,7 +48,7 @@ config DM_USB automatically probed when found on the bus. config SPL_DM_USB - bool "Enable driver model for USB host most in SPL" + bool "Enable driver model for USB host mode in SPL" depends on SPL_DM && DM_USB default n if ARCH_MVEBU default y