From 7803a66399381570dae5cea030b01b26cd5ca676 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Fri, 20 Sep 2024 16:56:41 +0200 Subject: [PATCH] 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 --- doc/usage/cmd/ums.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------ -- 2.39.5