mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 20:04:46 +00:00
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:
parent
59f6141362
commit
c6ab91c77e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue