diff mbox series

[1/1] cmd: simplify CONFIG_CMD_USB_MASS_STORAGE dependencies

Message ID 20240921092050.9260-1-heinrich.schuchardt@canonical.com
State New
Headers show
Series [1/1] cmd: simplify CONFIG_CMD_USB_MASS_STORAGE dependencies | expand

Commit Message

Heinrich Schuchardt Sept. 21, 2024, 9:20 a.m. UTC
CONFIG_USB_GADGET_DOWNLOAD depends on CONFIG_USB_GADGET.
It is sufficient to depend on the prior.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 cmd/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 4ccb0cef390..02b2569e713 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