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-09-06 15:12:55 +0200
commit805d673229ebd6bc3979b143683f0cbe310b5307 (patch)
tree8e263b8d38be10b39c1ccd60aedee5b123085939
parentc3a0a61e28ec08a1a5e4faefb270b30da5d176c0 (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 73023fffce94..2935707b6031 100644
--- a/arch/arm/configs/replicant_defconfig
+++ b/arch/arm/configs/replicant_defconfig
@@ -386,7 +386,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