Skip to content

Commit 77a6557

Browse files
nfrapradokees
authored andcommitted
arm64: defconfig: Enable PSTORE_RAM
Enable PSTORE_RAM, that is the ramoops driver, in the defconfig, to allow logging and retrieving panics and oopses to/from RAM automatically for platforms that have a ramoops reserved memory node in DT. Signed-off-by: Nícolas F. R. A. Prado <[email protected]> Reviewed-by: David Heidelberg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kees Cook <[email protected]>
1 parent 12dc54f commit 77a6557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,7 @@ CONFIG_CONFIGFS_FS=y
15901590
CONFIG_EFIVAR_FS=y
15911591
CONFIG_UBIFS_FS=m
15921592
CONFIG_SQUASHFS=y
1593+
CONFIG_PSTORE_RAM=m
15931594
CONFIG_NFS_FS=y
15941595
CONFIG_NFS_V4=y
15951596
CONFIG_NFS_V4_1=y

0 commit comments

Comments
 (0)