diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index acef88239e15..01a4d85ee746 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -172,8 +172,7 @@ config DETECT_SOFTLOCKUP | |||
172 | 172 | ||
173 | config NMI_WATCHDOG | 173 | config NMI_WATCHDOG |
174 | bool "Detect Hard Lockups with an NMI Watchdog" | 174 | bool "Detect Hard Lockups with an NMI Watchdog" |
175 | depends on DEBUG_KERNEL && PERF_EVENTS | 175 | depends on DEBUG_KERNEL && PERF_EVENTS && PERF_EVENTS_NMI |
176 | depends on X86 | ||
177 | default y | 176 | default y |
178 | help | 177 | help |
179 | Say Y here to enable the kernel to use the NMI as a watchdog | 178 | Say Y here to enable the kernel to use the NMI as a watchdog |