]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit170a896ab29d80a405adcce86df613d4798c7162
tree8f28d8da64905d370587d2137fcf8711bc893e5d
parente8ba20c7856bc99192ca43434a290b94302969e4
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