aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/firmware
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2018-11-26 21:12:16 -0600
committerShuah Khan <shuah@kernel.org>2018-11-27 14:20:36 -0700
commit7492902e8d22b568463897fa967c0886764cf034 (patch)
tree25f9373e077f9c936e9f13daac722d9911db3a59 /tools/testing/selftests/firmware
parentselftests: firmware: remove use of non-standard diff -Z option (diff)
downloadwireguard-linux-7492902e8d22b568463897fa967c0886764cf034.tar.xz
wireguard-linux-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/selftests/firmware')
-rw-r--r--tools/testing/selftests/firmware/config1
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