aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 3a18b0b856ce..e65e47d5c5e6 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -174,6 +174,9 @@ config LOCKUP_DETECTOR
174 generate interrupts and kick the watchdog task every 10-12 seconds. 174 generate interrupts and kick the watchdog task every 10-12 seconds.
175 An NMI is generated every 60 seconds or so to check for hardlockups. 175 An NMI is generated every 60 seconds or so to check for hardlockups.
176 176
177config HARDLOCKUP_DETECTOR
178 def_bool LOCKUP_DETECTOR && PERF_EVENTS && HAVE_PERF_EVENTS_NMI
179
177config BOOTPARAM_SOFTLOCKUP_PANIC 180config BOOTPARAM_SOFTLOCKUP_PANIC
178 bool "Panic (Reboot) On Soft Lockups" 181 bool "Panic (Reboot) On Soft Lockups"
179 depends on LOCKUP_DETECTOR 182 depends on LOCKUP_DETECTOR