From: Anders Roxell Date: Wed, 14 Aug 2019 11:16:51 +0000 (+0200) Subject: selftests: livepatch: add missing fragments to config X-Git-Tag: v5.4-rc1~39^2~1 X-Git-Url: https://repo.jachan.dev/J-linux.git/commitdiff_plain/955a0f3310081731a1756a1d7bd742600ee69ffc 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 Signed-off-by: Shuah Khan --- 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