aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/firmware
diff options
context:
space:
mode:
authorLuis Chamberlain <mcgrof@kernel.org>2019-02-07 11:06:00 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-08 13:00:43 +0100
commitd2b284d356e9758d2bafd505d482e3c9433ef424 (patch)
tree932cca66d2d9ad9a02181d1f0f538e01d4b0e343 /tools/testing/selftests/firmware
parentdevice: Fix comment for driver_data in struct device (diff)
downloadwireguard-linux-d2b284d356e9758d2bafd505d482e3c9433ef424.tar.xz
wireguard-linux-d2b284d356e9758d2bafd505d482e3c9433ef424.zip
Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config"
This reverts commit 7492902e8d22b568463897fa967c0886764cf034. The commit tried to address an issue discovered by Dan where he got a message saying: 'usermode helper disabled so ignoring test'. Dans's commit is forcing CONFIG_FW_LOADER_USER_HELPER_FALLBACK but just having CONFIG_FW_LOADER_USER_HELPER suffices to emulate the_FALLBACK functionality. Dan's commit is trying to fix an issue which is hidden from a previous commit. That issue will be addressed properly next. Fixes: 7492902e8d22 ("selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config") Cc: stable <stable@vger.kernel.org> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/firmware')
-rw-r--r--tools/testing/selftests/firmware/config1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/firmware/config b/tools/testing/selftests/firmware/config
index 913a25a4a32b..bf634dda0720 100644
--- a/tools/testing/selftests/firmware/config
+++ b/tools/testing/selftests/firmware/config
@@ -1,6 +1,5 @@
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