diff options
author | Tom Rini <trini@konsulko.com> | 2021-01-04 09:11:35 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-04 09:11:35 -0500 |
commit | 2e57549a9c34200358d26366f494c3bdcfdea93c (patch) | |
tree | 7a284f3e0381db0a431b74b2418b797375431026 /drivers/usb | |
parent | 21e1cae7902e6a9b1d7cf47cf4764e6fe7d3452a (diff) | |
parent | acff02c6dd05740ba5fbfaa6e2dd87c01b5c3257 (diff) |
Merge branch '2021-01-04-minor-fixes'
- Assorted fixes
Diffstat (limited to 'drivers/usb')
-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 fedc0134f5..6e291198ab 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 |