References: bnc#889297
From: Takashi Iwai <tiwai@suse.de>
Subject: Make CONFIG_FW_LOADER_USER_HELPER selectable
Patch-mainline: Never, only for SLE12-SP0

For keeping the value of CONFIG_FW_LOADER_USER_HELPER, make it
explicitly selectable in Kconfig.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 drivers/base/Kconfig |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -144,7 +144,8 @@ config EXTRA_FIRMWARE_DIR
 	  some other directory containing the firmware files.
 
 config FW_LOADER_USER_HELPER
-	bool
+	bool "Support usermode helper for firmware loading"
+	depends on FW_LOADER
 
 config FW_LOADER_USER_HELPER_FALLBACK
 	bool "Fallback user-helper invocation for firmware loading"
