]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: usage: cmd: ums: fix dependencies
authorThomas Perrot <thomas.perrot@bootlin.com>
Fri, 20 Sep 2024 14:56:41 +0000 (16:56 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 21 Sep 2024 09:22:42 +0000 (11:22 +0200)
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>
doc/usage/cmd/ums.rst

index 9d379e3c829ea4c2ed595423afb2827156540582..e96222785f2ffb98b653f610e9556ab53485b453 100644 (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
 ------------