summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-11-18 21:34:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-11-23 17:46:06 +0100
commit43b014d4916ab3e4d6fc68bc1cf8324337b3b50e (patch)
tree4c8f043e1e045655c834abf0deba60ca4fbc55b3
parenteb95f99a0aeef53c5c31883cecef47b8c8c79130 (diff)
downloadbarebox-43b014d4916ab3e4d6fc68bc1cf8324337b3b50e.tar.gz
barebox-43b014d4916ab3e4d6fc68bc1cf8324337b3b50e.tar.xz
usb: gadget: fastboot: fix no longer accurate help text
Since 38d7ba55da26 ("fastboot: rename usbgadget.fastboot_* variables to fastboot.*"), the variables are named differently. Amend the help text. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--drivers/usb/gadget/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 977f6c0dba..7e0c570914 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -39,7 +39,7 @@ config USB_GADGET_AUTOSTART
help
Enabling this option allows to automatically start a dfu or
fastboot gadget during boot. This behaviour is controlled with
- the global.usbgadget.{dfu,fastboot}_function variable.
+ the global.usbgadget.dfu_function and global.fastboot.* variables.
comment "USB Gadget drivers"