diff options
author | Richard Zhu <hongxing.zhu@nxp.com> | 2016-01-20 15:10:09 +0800 |
---|---|---|
committer | Richard Zhu <hongxing.zhu@nxp.com> | 2016-01-20 17:33:42 +0800 |
commit | b488ab79a47b7d8fb0e4256a7000e24d5d66a22b (patch) | |
tree | 777b3d878075cda876f171fa9f56e8ec2bac767e /drivers/base/Kconfig | |
parent | fed841b319fb776dee009084d7b535e523b1c500 (diff) |
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 <hongxing.zhu@nxp.com>
Diffstat (limited to 'drivers/base/Kconfig')
-rw-r--r-- | drivers/base/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 98504ec99c7d..9711dea841ee 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -154,6 +154,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 |