aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2010-02-09 06:11:00 +0100
committerIngo Molnar <[email protected]>2010-02-09 06:11:00 +0100
commit8e7672cdb413af859086ffceaed68f7e1e8ea4c2 (patch)
tree5ee2c5664f746afcacf8e050c0cc3bb51980a1fa
parent84e478c6f1eb9c4bfa1fff2f8108e9a061b46428 (diff)
nmi_watchdog: Only enable on x86 for now
It wont even build on other platforms just yet - so restrict it to x86 for now. Cc: Don Zickus <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--lib/Kconfig.debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index f80b67e72aa0..acef88239e15 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -173,6 +173,7 @@ config DETECT_SOFTLOCKUP
config NMI_WATCHDOG
bool "Detect Hard Lockups with an NMI Watchdog"
depends on DEBUG_KERNEL && PERF_EVENTS
+ depends on X86
default y
help
Say Y here to enable the kernel to use the NMI as a watchdog