diff options
Diffstat (limited to 'arch/x86/Kconfig')
| -rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index f5cef3fbf9a5..31758378bcd2 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
| @@ -783,6 +783,11 @@ config X86_MCE_AMD | |||
| 783 | Additional support for AMD specific MCE features such as | 783 | Additional support for AMD specific MCE features such as |
| 784 | the DRAM Error Threshold. | 784 | the DRAM Error Threshold. |
| 785 | 785 | ||
| 786 | config X86_MCE_THRESHOLD | ||
| 787 | depends on X86_MCE_AMD || X86_MCE_INTEL | ||
| 788 | bool | ||
| 789 | default y | ||
| 790 | |||
| 786 | config X86_MCE_NONFATAL | 791 | config X86_MCE_NONFATAL |
| 787 | tristate "Check for non-fatal errors on AMD Athlon/Duron / Intel Pentium 4" | 792 | tristate "Check for non-fatal errors on AMD Athlon/Duron / Intel Pentium 4" |
| 788 | depends on X86_32 && X86_MCE | 793 | depends on X86_32 && X86_MCE |
