Re: [PATCH v2 1/2] cmd: Add dependency for ums command

2021-06-08 Thread Heinrich Schuchardt
On 6/4/21 6:51 PM, Patrick Delaunay wrote: 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 Reviewed-by: Heinrich Schuchardt -

[PATCH v2 1/2] cmd: Add dependency for ums command

2021-06-04 Thread Patrick Delaunay
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 --- Changes in v2: - NEW: Add dependency for ums command cmd/Kconfig | 5 - 1