Skip to content

Commit 0ba5a64

Browse files
committed
wb8: dts: detect lockups and reboot on hangs and lockups
this can be useful for mmc-, cpu- and other hardware-related hangs.
1 parent 01ae305 commit 0ba5a64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/configs/wb8_reduced_defconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,14 @@ CONFIG_IRQ_POLL=y
782782
CONFIG_PRINTK_TIME=y
783783
CONFIG_MAGIC_SYSRQ=y
784784
CONFIG_DEBUG_FS=y
785+
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
786+
CONFIG_HARDLOCKUP_DETECTOR=y
787+
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
788+
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=300
789+
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
790+
CONFIG_WQ_WATCHDOG=y
791+
CONFIG_WQ_CPU_INTENSIVE_REPORT=y
792+
CONFIG_TEST_LOCKUP=m
785793
# CONFIG_FTRACE is not set
786794
CONFIG_CORESIGHT=m
787795
CONFIG_CORESIGHT_LINK_AND_SINK_TMC=m

0 commit comments

Comments
 (0)