]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc/defconfig: Add CONFIG_FW_LOADER_USER_HELPER(_FALLBACK)=y
authorAndreas Müller <schnitzeltony@gmail.com>
Tue, 11 Sep 2018 13:15:34 +0000 (15:15 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 11 Sep 2018 14:42:29 +0000 (11:42 -0300)
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 <schnitzeltony@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-kernel/linux/linux-fslc/defconfig

index 84d59fc4ab74c7228e4b2b31b797cdb5cefd223a..57697fb448e80818df1795c6ee8dbd5773bdf573 100644 (file)
@@ -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