Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config

CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y is required for fw_fallback.sh.
Without it, fw_fallback.sh fails with 'usermode helper disabled so
ignoring test'. Enable the config in selftest so that it gets built by
default.

Signed-off-by: Dan Rue <dan.rue@linaro.org>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <shuah@kernel.org>

authored by

Dan Rue and committed by
Shuah Khan
7492902e f70b472e

+1
+1
tools/testing/selftests/firmware/config
··· 1 1 CONFIG_TEST_FIRMWARE=y 2 2 CONFIG_FW_LOADER=y 3 3 CONFIG_FW_LOADER_USER_HELPER=y 4 + CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y 4 5 CONFIG_IKCONFIG=y 5 6 CONFIG_IKCONFIG_PROC=y