commit | 6b8d9c92fc5bebc190a3926be8bd1937ea459b0b | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri Jun 04 18:51:46 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jun 09 00:13:26 2021 +0200 |
tree | 8f28d8da64905d370587d2137fcf8711bc893e5d | |
parent | ed9720d0550693cd8a9087906cc8264f86f59fd7 [diff] |
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>