diff options
| author | Naresh Kamboju <naresh.kamboju@linaro.org> | 2018-02-07 14:47:20 +0530 |
|---|---|---|
| committer | Shuah Khan <shuahkh@osg.samsung.com> | 2018-02-13 14:09:17 -0700 |
| commit | 9a379e77033f02c4a071891afdf0f0a01eff8ccb (patch) | |
| tree | 01d4fcf7e97a111056bc9921e4ff0f7b0e76b903 /tools/testing | |
| parent | selftests/android: Fix line continuation in Makefile (diff) | |
| download | linux-9a379e77033f02c4a071891afdf0f0a01eff8ccb.tar.gz linux-9a379e77033f02c4a071891afdf0f0a01eff8ccb.zip | |
selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
pstore_tests and pstore_post_reboot_tests need CONFIG_PSTORE_RAM=m
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/selftests/pstore/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/pstore/config b/tools/testing/selftests/pstore/config index 6a8e5a9bfc10..d148f9f89fb6 100644 --- a/tools/testing/selftests/pstore/config +++ b/tools/testing/selftests/pstore/config @@ -2,3 +2,4 @@ CONFIG_MISC_FILESYSTEMS=y CONFIG_PSTORE=y CONFIG_PSTORE_PMSG=y CONFIG_PSTORE_CONSOLE=y +CONFIG_PSTORE_RAM=m |
