From: Hans de Goede Date: Tue, 14 Nov 2017 09:15:23 +0000 (+0100) Subject: Bluetooth: btusb: Fix BT_HCIBTUSB_AUTOSUSPEND Kconfig option name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e7232d184c7da04006bbc1e3de3c6565c4ef15a1;p=linux.git Bluetooth: btusb: Fix BT_HCIBTUSB_AUTOSUSPEND Kconfig option name Fix: drivers/bluetooth/Kconfig:35:warning: multi-line strings not supported warning. Reported-by: Stephen Rothwell Signed-off-by: Hans de Goede Signed-off-by: Marcel Holtmann --- diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index eb4101aee787b..45a2f59cd9355 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -32,7 +32,7 @@ config BT_HCIBTUSB kernel or say M to compile it as module (btusb). config BT_HCIBTUSB_AUTOSUSPEND - bool "Enable USB autosuspend for Bluetooth USB devices by default. + bool "Enable USB autosuspend for Bluetooth USB devices by default" depends on BT_HCIBTUSB help Say Y here to enable USB autosuspend for Bluetooth USB devices by