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 49e285dcaf57..755713a359e2 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -195,7 +195,7 @@ config LOCKUP_DETECTOR | |||
195 | 195 | ||
196 | config BOOTPARAM_SOFTLOCKUP_PANIC | 196 | config BOOTPARAM_SOFTLOCKUP_PANIC |
197 | bool "Panic (Reboot) On Soft Lockups" | 197 | bool "Panic (Reboot) On Soft Lockups" |
198 | depends on DETECT_SOFTLOCKUP | 198 | depends on LOCKUP_DETECTOR |
199 | help | 199 | help |
200 | Say Y here to enable the kernel to panic on "soft lockups", | 200 | Say Y here to enable the kernel to panic on "soft lockups", |
201 | which are bugs that cause the kernel to loop in kernel | 201 | which are bugs that cause the kernel to loop in kernel |