cmd: Add dependency for ums command
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 4 Jun 2021 16:51:46 +0000 (18:51 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 8 Jun 2021 22:13:26 +0000 (00:13 +0200)
commit6b8d9c92fc5bebc190a3926be8bd1937ea459b0b
tree8f28d8da64905d370587d2137fcf8711bc893e5d
parented9720d0550693cd8a9087906cc8264f86f59fd7
cmd: Add dependency for ums command

Add the missing dependency for the command ums:
- CONFIG_BLK: call of blk_* functions in usb_mass_storage.c
- CONFIG_USB_GADGET: required to select CONFIG_USB_FUNCTION_MASS_STORAGE

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/Kconfig