diff options
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 391ddbfb2a34..5b7fbc5aec87 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -69,6 +69,9 @@ config EDAC_MM_EDAC | |||
69 | occurred so that a particular failing memory module can be | 69 | occurred so that a particular failing memory module can be |
70 | replaced. If unsure, select 'Y'. | 70 | replaced. If unsure, select 'Y'. |
71 | 71 | ||
72 | config EDAC_MCE | ||
73 | tristate | ||
74 | |||
72 | config EDAC_AMD64 | 75 | config EDAC_AMD64 |
73 | tristate "AMD64 (Opteron, Athlon64) K8, F10h, F11h" | 76 | tristate "AMD64 (Opteron, Athlon64) K8, F10h, F11h" |
74 | depends on EDAC_MM_EDAC && K8_NB && X86_64 && PCI && EDAC_DECODE_MCE | 77 | depends on EDAC_MM_EDAC && K8_NB && X86_64 && PCI && EDAC_DECODE_MCE |
@@ -169,9 +172,12 @@ config EDAC_I5400 | |||
169 | config EDAC_I7CORE | 172 | config EDAC_I7CORE |
170 | tristate "Intel i7 Core (Nehalem) processors" | 173 | tristate "Intel i7 Core (Nehalem) processors" |
171 | depends on EDAC_MM_EDAC && PCI && X86 | 174 | depends on EDAC_MM_EDAC && PCI && X86 |
175 | select EDAC_MCE | ||
172 | help | 176 | help |
173 | Support for error detection and correction the Intel | 177 | Support for error detection and correction the Intel |
174 | i7 Core (Nehalem) Integrated Memory Controller | 178 | i7 Core (Nehalem) Integrated Memory Controller that exists on |
179 | newer processors like i7 Core, i7 Core Extreme, Xeon 35xx | ||
180 | and Xeon 55xx processors. | ||
175 | 181 | ||
176 | config EDAC_I82860 | 182 | config EDAC_I82860 |
177 | tristate "Intel 82860" | 183 | tristate "Intel 82860" |