
20 Sep
2024
20 Sep
'24
4:56 p.m.
From: Thomas Perrot thomas.perrot@bootlin.com
Replace CONFIG_USB_USB_GADGET by CONFIG_USB_GADGET.
Signed-off-by: Thomas Perrot thomas.perrot@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