From 21eb8a6c06c3e0a4323921ffcc84d8831a1789dc Mon Sep 17 00:00:00 2001 From: Richard Zhu Date: Wed, 20 Jan 2016 15:10:09 +0800 Subject: [PATCH] MLK-12280 firmware loader: iwl wifi card can't find its fw Without FW_LOADER_USER_HELPER enable, iwl wifi cards can't load their firmware in imx_4.1.y, enable it. Signed-off-by: Richard Zhu --- drivers/base/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 49fd50fccd48..a9fd66b3d81a 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -153,6 +153,7 @@ config FW_LOADER_USER_HELPER config FW_LOADER_USER_HELPER_FALLBACK bool "Fallback user-helper invocation for firmware loading" depends on FW_LOADER + default y select FW_LOADER_USER_HELPER help This option enables / disables the invocation of user-helper