summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2024-09-20 16:56:41 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-09-21 11:22:42 +0200
commit7803a66399381570dae5cea030b01b26cd5ca676 (patch)
tree1f6c66366fe856b86649bf1411219cf33584e488
parent73de2598735e0698592a33096a91cc1038b9fedd (diff)
downloadu-boot-7803a66399381570dae5cea030b01b26cd5ca676.tar.gz
u-boot-7803a66399381570dae5cea030b01b26cd5ca676.tar.bz2
u-boot-7803a66399381570dae5cea030b01b26cd5ca676.zip
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>
-rw-r--r--doc/usage/cmd/ums.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/ums.rst b/doc/usage/cmd/ums.rst
index 9d379e3c82..e96222785f 100644
--- a/doc/usage/cmd/ums.rst
+++ b/doc/usage/cmd/ums.rst
@@ -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
------------