From: Thomas Perrot Date: Fri, 20 Sep 2024 14:56:41 +0000 (+0200) Subject: doc: usage: cmd: ums: fix dependencies X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=7803a66399381570dae5cea030b01b26cd5ca676;p=u-boot.git doc: usage: cmd: ums: fix dependencies Replace CONFIG_USB_USB_GADGET by CONFIG_USB_GADGET_DOWNLOAD. Signed-off-by: Thomas Perrot Reviewed-by: Heinrich Schuchardt --- 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 ------------