diff options
author | Dan Rue <dan.rue@linaro.org> | 2018-11-26 21:12:16 -0600 |
---|---|---|
committer | Shuah Khan <shuah@kernel.org> | 2018-11-27 14:20:36 -0700 |
commit | 7492902e8d22b568463897fa967c0886764cf034 (patch) | |
tree | 25f9373e077f9c936e9f13daac722d9911db3a59 /tools/testing | |
parent | f70b472e937bb659a7b7a14e64f07308e230888c (diff) | |
download | linux-stable-7492902e8d22b568463897fa967c0886764cf034.tar.gz linux-stable-7492902e8d22b568463897fa967c0886764cf034.tar.bz2 linux-stable-7492902e8d22b568463897fa967c0886764cf034.zip |
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>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/firmware/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/firmware/config b/tools/testing/selftests/firmware/config index bf634dda0720..913a25a4a32b 100644 --- a/tools/testing/selftests/firmware/config +++ b/tools/testing/selftests/firmware/config @@ -1,5 +1,6 @@ CONFIG_TEST_FIRMWARE=y CONFIG_FW_LOADER=y CONFIG_FW_LOADER_USER_HELPER=y +CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y |