doc: usage: cmd: ums: fix dependencies

Replace CONFIG_USB_USB_GADGET by CONFIG_USB_GADGET_DOWNLOAD.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Thomas Perrot
2024-09-21 11:22:42 +02:00
committed by Heinrich Schuchardt
parent 73de259873
commit 7803a66399
+1 -1
View File
@@ -48,7 +48,7 @@ Configuration
-------------
The ums command is only available if CONFIG_CMD_USB_MASS_STORAGE=y
and depends on CONFIG_USB_USB_GADGET and CONFIG_BLK.
which depends on CONFIG_USB_GADGET_DOWNLOAD and CONFIG_BLK.
Return value
------------