aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-03-30 16:47:09 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-03-30 16:47:14 +0200
commitfc1061a30642ff9642b780c9c4aa6f59fd837e1e (patch)
tree389786ea832d930397272ff6e4ba90de19fd0747
parentf0900d8bda73eebb67ed2ed0d28575f52ee4fd42 (diff)
downloadkernel_replicant_linux-replicant-11-test.tar.gz
kernel_replicant_linux-replicant-11-test.tar.bz2
kernel_replicant_linux-replicant-11-test.zip
ARM: replicant_defconfig: Add pstore supportreplicant-11-test
This would hopefuly enable us to retrieve the kenrel crash logs without needing to access to the UART (which either disables USB or requires soldering). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--arch/arm/configs/replicant_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/configs/replicant_defconfig b/arch/arm/configs/replicant_defconfig
index 9bdef4250d05..a2401af36b7a 100644
--- a/arch/arm/configs/replicant_defconfig
+++ b/arch/arm/configs/replicant_defconfig
@@ -384,7 +384,10 @@ CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
-# CONFIG_MISC_FILESYSTEMS is not set
+CONFIG_PSTORE=y
+CONFIG_PSTORE_CONSOLE=y
+CONFIG_PSTORE_PMSG=y
+CONFIG_PSTORE_RAM=y
# CONFIG_NETWORK_FILESYSTEMS is not set
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y