diff options
| author | Tom Rini <[email protected]> | 2021-05-22 08:47:16 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-07 22:22:42 -0400 |
| commit | 123dc510c6e79f0c94718e2e6b5e4074754aa629 (patch) | |
| tree | 21753c7f94144a286584c1f631ad9bde89a1a438 | |
| parent | 7d0559910f84d0d3f3e308c91c69e1a8d83cc855 (diff) | |
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 <[email protected]>
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index a9fb4eead29..f196e6cdd82 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 |
