usb: Kconfig: Fix typo in SPL_DM_USB text
Change a typo in "USB host mode". Signed-off-by: Fabio Estevam <festevam@denx.de>
This commit is contained in:

committed by
Marek Vasut

parent
59f6141362
commit
c6ab91c77e
@@ -48,7 +48,7 @@ config DM_USB
|
|||||||
automatically probed when found on the bus.
|
automatically probed when found on the bus.
|
||||||
|
|
||||||
config SPL_DM_USB
|
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
|
depends on SPL_DM && DM_USB
|
||||||
default n if ARCH_MVEBU
|
default n if ARCH_MVEBU
|
||||||
default y
|
default y
|
||||||
|
Reference in New Issue
Block a user