diff options
| author | Fabio Estevam <[email protected]> | 2022-09-17 20:28:29 -0300 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2022-09-19 17:45:51 +0200 |
| commit | c6ab91c77edd3f831ae6ddabd4462bff983fd3fd (patch) | |
| tree | df348f81a01e16fa829f0e1c6c09abda9ff7c298 | |
| parent | 59f6141362cc28e6c0638f16ef6cdb024231e13f (diff) | |
usb: Kconfig: Fix typo in SPL_DM_USB text
Change a typo in "USB host mode".
Signed-off-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | drivers/usb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index fd13cf31b52..3afb45d5ccb 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 |
