From 459c0fbd9b8290b510c3b3c772c1a3a225ee1bf5 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 4 Oct 2019 13:08:43 +0200 Subject: [PATCH] linux-5.4_rc1: Set CONFIG_PSTORE=m This option enables generic access to platform level persistent storage via "pstore" filesystem that can be mounted as /dev/pstore. Only useful if you have a platform level driver that registers with pstore to provide the data, so you probably should just go say "Y" (or "M") to a platform specific persistent store driver (e.g. ACPI_APEI on X86) which will select this for you. Switch on, so that we might be able to get dmesg from crashed systems out of nvram. Resolves #1249 --- linux-5.4_rc1-293.bee | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-5.4_rc1-293.bee b/linux-5.4_rc1-293.bee index d03f46c13..3d753f0b1 100755 --- a/linux-5.4_rc1-293.bee +++ b/linux-5.4_rc1-293.bee @@ -822,6 +822,7 @@ mee_configure() { CONFIG_SQUASHFS_XZ=y CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y CONFIG_SQUASHFS_EMBEDDED=y + CONFIG_PSTORE=m CONFIG_NFS_FS=m CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=m