[PATCH] doc: usage: cmd: ums: fix dependencies
thomas.perrot at bootlin.com
thomas.perrot at bootlin.com
Fri Sep 20 16:56:41 CEST 2024
From: Thomas Perrot <thomas.perrot at bootlin.com>
Replace CONFIG_USB_USB_GADGET by CONFIG_USB_GADGET.
Signed-off-by: Thomas Perrot <thomas.perrot at bootlin.com>
---
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 9d379e3c829e..3d344a55da8c 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.
+and depends on CONFIG_USB_GADGET and CONFIG_BLK.
Return value
------------
--
2.46.0
More information about the U-Boot
mailing list