From: Naresh Kamboju Date: Wed, 7 Feb 2018 09:17:20 +0000 (+0530) Subject: selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b9ddf39dd5791da516d56bd013c174b60c7884e0;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m [ Upstream commit 9a379e77033f02c4a071891afdf0f0a01eff8ccb ] pstore_tests and pstore_post_reboot_tests need CONFIG_PSTORE_RAM=m Signed-off-by: Naresh Kamboju Acked-by: Kees Cook Signed-off-by: Shuah Khan Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- 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