summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/kernelconfig
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-11-15 10:29:57 +0100
committerRoland Hieber <r.hieber@pengutronix.de>2018-11-18 22:32:30 +0100
commitce5efde0062dc1e0ef1c39913bdfe48135c02d59 (patch)
treec325567516091e0ae0924a339fb4276a3a57f0c4 /configs/platform-rpi/kernelconfig
parent91558c5d57ff151fda3d006c1eddccd908d03cee (diff)
downloadDistroKit-ce5efde0062dc1e0ef1c39913bdfe48135c02d59.tar.gz
DistroKit-ce5efde0062dc1e0ef1c39913bdfe48135c02d59.tar.xz
rpi: kernel: enable soft lockup detector
The kernel lockup detector should be active, as it's low overhead and potentially provides useful debug output when the system is failing due to a lockup. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
Diffstat (limited to 'configs/platform-rpi/kernelconfig')
-rw-r--r--configs/platform-rpi/kernelconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig
index 115a14b..72f6a3b 100644
--- a/configs/platform-rpi/kernelconfig
+++ b/configs/platform-rpi/kernelconfig
@@ -3111,7 +3111,10 @@ CONFIG_CC_HAS_SANCOV_TRACE_PC=y
#
# Debug Lockups and Hangs
#
-# CONFIG_SOFTLOCKUP_DETECTOR is not set
+CONFIG_LOCKUP_DETECTOR=y
+CONFIG_SOFTLOCKUP_DETECTOR=y
+# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
+CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set