diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2019-08-14 13:16:51 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-09-23 08:33:16 -0600 |
commit | 955a0f3310081731a1756a1d7bd742600ee69ffc (patch) | |
tree | 244966644b7c2a4a053de840ac6b9b3884b6cf7e /tools/testing | |
parent | a54344ace273cd7fa182c287719b109cfd9e8613 (diff) | |
download | linux-955a0f3310081731a1756a1d7bd742600ee69ffc.tar.bz2 |
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')
-rw-r--r-- | tools/testing/selftests/livepatch/config | 2 |
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 |