aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2009-04-28 17:32:56 -0400
committerH. Peter Anvin <hpa@zytor.com>2009-05-28 12:24:13 -0400
commit7856f6cce4a8cda8c1f94b99605c07d16b8d8dec (patch)
tree71415ceae2ffb1ca97ad82027e0a26024cc89b67 /arch/x86/Kconfig
parent45f458e9a8a216b02b76fe61d9e8bc40d659fbe8 (diff)
x86, mce: enable MCE_INTEL for 32bit new MCE
Enable the 64bit MCE_INTEL code (CMCI, thermal interrupts) for 32bit NEW_MCE. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index c1c5ccd1937f..e1c9f77f69ec 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -808,7 +808,7 @@ config X86_NEW_MCE
808config X86_MCE_INTEL 808config X86_MCE_INTEL
809 def_bool y 809 def_bool y
810 prompt "Intel MCE features" 810 prompt "Intel MCE features"
811 depends on X86_64 && X86_MCE && X86_LOCAL_APIC 811 depends on X86_NEW_MCE && X86_LOCAL_APIC
812 ---help--- 812 ---help---
813 Additional support for intel specific MCE features such as 813 Additional support for intel specific MCE features such as
814 the thermal monitor. 814 the thermal monitor.