From 71efaa47e2fe650abbda2c3b8e937f3b8bbb81d3 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 11 Sep 2018 15:15:34 +0200 Subject: linux-fslc/defconfig: Add CONFIG_FW_LOADER_USER_HELPER(_FALLBACK)=y MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Networkmanager still listens on sysfs and seems to load firmware from userspace for radio units. For Variscite VarSOM this fixed Bluetooth. More details at linux-fslc / imx_v6_v7_defconfig commit [1] [1] https://github.com/Freescale/linux-fslc/commit/80f8894094e04ddb6ae8dadbba41ebe7f392f230 Signed-off-by: Andreas Müller Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig index 84d59fc4..57697fb4 100644 --- a/recipes-kernel/linux/linux-fslc/defconfig +++ b/recipes-kernel/linux/linux-fslc/defconfig @@ -426,3 +426,5 @@ CONFIG_LIBCRC32C=m CONFIG_FONTS=y CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y +CONFIG_FW_LOADER_USER_HELPER=y +CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y -- cgit v1.2.3-54-g00ecf