From: Heinrich Schuchardt Date: Sat, 21 Sep 2024 09:20:50 +0000 (+0200) Subject: cmd: simplify CONFIG_CMD_USB_MASS_STORAGE dependencies X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=c74758ccc091402b558b9aa7eaf1c50171d2f49f;p=u-boot.git cmd: simplify CONFIG_CMD_USB_MASS_STORAGE dependencies CONFIG_USB_GADGET_DOWNLOAD depends on CONFIG_USB_GADGET. It is sufficient to depend on the prior. Signed-off-by: Heinrich Schuchardt Reviewed-by: Mattijs Korpershoek Reviewed-by: Caleb Connolly Link: https://lore.kernel.org/r/20240921092050.9260-1-heinrich.schuchardt@canonical.com Signed-off-by: Mattijs Korpershoek --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 5ef3c8a874..d50f6396fc 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1685,9 +1685,8 @@ config CMD_ROCKUSB config CMD_USB_MASS_STORAGE bool "UMS usb mass storage" - depends on USB_GADGET_DOWNLOAD + depends on BLK && USB_GADGET_DOWNLOAD select USB_FUNCTION_MASS_STORAGE - depends on BLK && USB_GADGET help Enables the command "ums" and the USB mass storage support to the export a block device: U-Boot, the USB device, acts as a simple