From a994302a48838eb2af6035c21054dcc271b06984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Fri, 1 Mar 2019 15:23:07 +0100 Subject: [PATCH] Disable firmware user mode helpers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't need them and it causes issues for postmarket os where the user mode helper takes a long time to complete. Closes: #31 Signed-off-by: Guido Günther --- arch/arm64/configs/librem5-evk_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/configs/librem5-evk_defconfig b/arch/arm64/configs/librem5-evk_defconfig index 4940490dc873..76a2c2931128 100644 --- a/arch/arm64/configs/librem5-evk_defconfig +++ b/arch/arm64/configs/librem5-evk_defconfig @@ -136,8 +136,6 @@ CONFIG_FAILOVER=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y -CONFIG_FW_LOADER_USER_HELPER=y -CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y CONFIG_DEBUG_DEVRES=y CONFIG_CMA_SIZE_MBYTES=320 CONFIG_VEXPRESS_CONFIG=y -- GitLab