From 43b014d4916ab3e4d6fc68bc1cf8324337b3b50e Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 18 Nov 2020 21:34:09 +0100 Subject: 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 Signed-off-by: Sascha Hauer --- drivers/usb/gadget/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') 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" -- cgit v1.2.3