diff options
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 4934eaa21e1e..898e07c33c3c 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -189,7 +189,7 @@ config BOOTPARAM_SOFTLOCKUP_PANIC_VALUE | |||
189 | config DETECT_HUNG_TASK | 189 | config DETECT_HUNG_TASK |
190 | bool "Detect Hung Tasks" | 190 | bool "Detect Hung Tasks" |
191 | depends on DEBUG_KERNEL | 191 | depends on DEBUG_KERNEL |
192 | default y | 192 | default DETECT_SOFTLOCKUP |
193 | help | 193 | help |
194 | Say Y here to enable the kernel to detect "hung tasks", | 194 | Say Y here to enable the kernel to detect "hung tasks", |
195 | which are bugs that cause the task to be stuck in | 195 | which are bugs that cause the task to be stuck in |