summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorAndi Kleen2009-04-28 23:34:40 +0200
committerH. Peter Anvin2009-05-28 18:24:13 +0200
commitde5619dfef76ddb403eb7c6de39c0130166c5dc3 (patch)
tree2d20bd5b4726af9447321b3503a4be6f2a65fbd3 /arch/x86/Kconfig
parentx86, mce: enable MCE_INTEL for 32bit new MCE (diff)
downloadkernel-qcow2-linux-de5619dfef76ddb403eb7c6de39c0130166c5dc3.tar.gz
kernel-qcow2-linux-de5619dfef76ddb403eb7c6de39c0130166c5dc3.tar.xz
kernel-qcow2-linux-de5619dfef76ddb403eb7c6de39c0130166c5dc3.zip
x86, mce: enable MCE_AMD for 32bit NEW_MCE
That's very easy using the infrastructure enabled earlier for MCE_INTEL Untested. 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 e1c9f77f69ec..a148e7ac0d83 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -816,7 +816,7 @@ config X86_MCE_INTEL
config X86_MCE_AMD
def_bool y
prompt "AMD MCE features"
- depends on X86_64 && X86_MCE && X86_LOCAL_APIC
+ depends on X86_NEW_MCE && X86_LOCAL_APIC
---help---
Additional support for AMD specific MCE features such as
the DRAM Error Threshold.