aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
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.