aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2019-08-14 13:16:51 +0200
committerShuah Khan <skhan@linuxfoundation.org>2019-09-23 08:33:16 -0600
commit955a0f3310081731a1756a1d7bd742600ee69ffc (patch)
tree244966644b7c2a4a053de840ac6b9b3884b6cf7e /tools/testing/selftests
parentselftests: watchdog: cleanup whitespace in usage options (diff)
downloadwireguard-linux-955a0f3310081731a1756a1d7bd742600ee69ffc.tar.xz
wireguard-linux-955a0f3310081731a1756a1d7bd742600ee69ffc.zip
selftests: livepatch: add missing fragments to config
When generating config with 'make defconfig kselftest-merge' fragment CONFIG_TEST_LIVEPATCH=m isn't set. Rework to enable CONFIG_LIVEPATCH and CONFIG_DYNAMIC_DEBUG as well. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r--tools/testing/selftests/livepatch/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/livepatch/config b/tools/testing/selftests/livepatch/config
index 0dd7700464a8..ad23100cb27c 100644
--- a/tools/testing/selftests/livepatch/config
+++ b/tools/testing/selftests/livepatch/config
@@ -1 +1,3 @@
+CONFIG_LIVEPATCH=y
+CONFIG_DYNAMIC_DEBUG=y
CONFIG_TEST_LIVEPATCH=m