]> Git Repo - linux.git/commitdiff
selftests: livepatch: add missing fragments to config
authorAnders Roxell <[email protected]>
Wed, 14 Aug 2019 11:16:51 +0000 (13:16 +0200)
committerShuah Khan <[email protected]>
Mon, 23 Sep 2019 14:33:16 +0000 (08:33 -0600)
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 <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
tools/testing/selftests/livepatch/config

index 0dd7700464a819795bdb3ac2e74acff1012eabf4..ad23100cb27c84da75727efb714244487008c046 100644 (file)
@@ -1 +1,3 @@
+CONFIG_LIVEPATCH=y
+CONFIG_DYNAMIC_DEBUG=y
 CONFIG_TEST_LIVEPATCH=m
This page took 0.071999 seconds and 4 git commands to generate.