mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
7d0559910f
commit
123dc510c6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue