]> Git Repo - J-linux.git/commitdiff
ARM: configs: aspeed: Enable pstore and lockup detectors
authorJoel Stanley <[email protected]>
Fri, 15 Oct 2021 04:20:51 +0000 (14:50 +1030)
committerJoel Stanley <[email protected]>
Fri, 15 Oct 2021 04:32:32 +0000 (15:02 +1030)
These are enabled by OpenBMC platforms.

Signed-off-by: Joel Stanley <[email protected]>
arch/arm/configs/aspeed_g5_defconfig

index 99bd524c91defd58feb183c6d7eabe2598fcc932..a5d0c464ccef15e6adc1f3e0a11383f3754ae6d9 100644 (file)
@@ -266,6 +266,11 @@ CONFIG_UBIFS_FS=y
 CONFIG_SQUASHFS=y
 CONFIG_SQUASHFS_XZ=y
 CONFIG_SQUASHFS_ZSTD=y
+CONFIG_PSTORE=y
+CONFIG_PSTORE_CONSOLE=y
+CONFIG_PSTORE_PMSG=y
+CONFIG_PSTORE_FTRACE=y
+CONFIG_PSTORE_RAM=y
 # CONFIG_NETWORK_FILESYSTEMS is not set
 CONFIG_HARDENED_USERCOPY=y
 CONFIG_FORTIFY_SOURCE=y
@@ -290,7 +295,8 @@ CONFIG_SCHED_STACK_END_CHECK=y
 CONFIG_PANIC_ON_OOPS=y
 CONFIG_PANIC_TIMEOUT=-1
 CONFIG_SOFTLOCKUP_DETECTOR=y
-# CONFIG_DETECT_HUNG_TASK is not set
+CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
+CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
 CONFIG_WQ_WATCHDOG=y
 # CONFIG_SCHED_DEBUG is not set
 CONFIG_FUNCTION_TRACER=y
This page took 0.050145 seconds and 4 git commands to generate.