summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-22 15:47:16 +0300
committerTom Rini <trini@konsulko.com>2021-07-08 05:22:42 +0300
commit123dc510c6e79f0c94718e2e6b5e4074754aa629 (patch)
tree21753c7f94144a286584c1f631ad9bde89a1a438 /cmd
parent7d0559910f84d0d3f3e308c91c69e1a8d83cc855 (diff)
downloadu-boot-123dc510c6e79f0c94718e2e6b5e4074754aa629.tar.xz
usb: Add correct depends for CMD_USB_MASS_STORAGE
We cannot build this without USB_GADGET_DOWNLOAD support enabled, add the appropriate depends line. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index a9fb4eead2..f196e6cdd8 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1345,6 +1345,7 @@ config CMD_ROCKUSB
config CMD_USB_MASS_STORAGE
bool "UMS usb mass storage"
+ depends on USB_GADGET_DOWNLOAD
select USB_FUNCTION_MASS_STORAGE
depends on BLK && USB_GADGET
help