commit | 4b783d9bd35f51978d35d1a5146c5627fe3471bf | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat May 22 08:47:16 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 07 22:22:42 2021 -0400 |
tree | 21753c7f94144a286584c1f631ad9bde89a1a438 | |
parent | 490599d838252633ad114f6c883258e8029e3078 [diff] [blame] |
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>
diff --git a/cmd/Kconfig b/cmd/Kconfig index a9fb4ee..f196e6c 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -1345,6 +1345,7 @@ 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