[PATCH] x86_64: Support for AMD specific MCE Threshold.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / x86_64 / Kconfig
index 21afa69a086d6826c41b6d26650486a941377b34..504dc52e8bfa24fff0a4515d1de30d8fb0e763ad 100644 (file)
@@ -374,6 +374,14 @@ config X86_MCE_INTEL
           Additional support for intel specific MCE features such as
           the thermal monitor.
 
+config X86_MCE_AMD
+       bool "AMD MCE features"
+       depends on X86_MCE && X86_LOCAL_APIC
+       default y
+       help
+          Additional support for AMD specific MCE features such as
+          the DRAM Error Threshold.
+
 config PHYSICAL_START
        hex "Physical address where the kernel is loaded" if EMBEDDED
        default "0x100000"