Skip to content

Commit 59b8bfc

Browse files
committed
ARM: configs: aspeed: Enable pstore and lockup detectors
These are enabled by OpenBMC platforms. Signed-off-by: Joel Stanley <[email protected]>
1 parent 7af36da commit 59b8bfc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

arch/arm/configs/aspeed_g5_defconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ CONFIG_UBIFS_FS=y
266266
CONFIG_SQUASHFS=y
267267
CONFIG_SQUASHFS_XZ=y
268268
CONFIG_SQUASHFS_ZSTD=y
269+
CONFIG_PSTORE=y
270+
CONFIG_PSTORE_CONSOLE=y
271+
CONFIG_PSTORE_PMSG=y
272+
CONFIG_PSTORE_FTRACE=y
273+
CONFIG_PSTORE_RAM=y
269274
# CONFIG_NETWORK_FILESYSTEMS is not set
270275
CONFIG_HARDENED_USERCOPY=y
271276
CONFIG_FORTIFY_SOURCE=y
@@ -290,7 +295,8 @@ CONFIG_SCHED_STACK_END_CHECK=y
290295
CONFIG_PANIC_ON_OOPS=y
291296
CONFIG_PANIC_TIMEOUT=-1
292297
CONFIG_SOFTLOCKUP_DETECTOR=y
293-
# CONFIG_DETECT_HUNG_TASK is not set
298+
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
299+
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
294300
CONFIG_WQ_WATCHDOG=y
295301
# CONFIG_SCHED_DEBUG is not set
296302
CONFIG_FUNCTION_TRACER=y

0 commit comments

Comments
 (0)