diff options
author | Don Zickus <dzickus@redhat.com> | 2010-02-12 17:19:18 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-02-14 03:19:43 -0500 |
commit | c3128fb6ad39b0edda6675d20585a64846cf89ea (patch) | |
tree | 6737f0d375f6a313411dfefbe9405550642a147d /arch/x86/Kconfig | |
parent | 8e7672cdb413af859086ffceaed68f7e1e8ea4c2 (diff) |
nmi_watchdog: Use a boolean config flag for compiling
Determines if an arch has setup arch specific perf_events and
nmi_watchdog code. This should restrict compiles to only those
arches ready.
Signed-off-by: Don Zickus <dzickus@redhat.com>
Cc: peterz@infradead.org
Cc: gorcunov@gmail.com
Cc: aris@redhat.com
LKML-Reference: <1266013161-31197-1-git-send-email-dzickus@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index cbcbfdee3ee0..4f9685fa3a3a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -52,6 +52,7 @@ config X86 | |||
52 | select HAVE_KERNEL_LZO | 52 | select HAVE_KERNEL_LZO |
53 | select HAVE_HW_BREAKPOINT | 53 | select HAVE_HW_BREAKPOINT |
54 | select PERF_EVENTS | 54 | select PERF_EVENTS |
55 | select PERF_EVENTS_NMI | ||
55 | select ANON_INODES | 56 | select ANON_INODES |
56 | select HAVE_ARCH_KMEMCHECK | 57 | select HAVE_ARCH_KMEMCHECK |
57 | select HAVE_USER_RETURN_NOTIFIER | 58 | select HAVE_USER_RETURN_NOTIFIER |