aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-06-22 21:41:15 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-10 10:44:45 -0400
commita0c36a1f0fbab42590dab3c13c10fa7d20e6c2cd (patch)
tree1aba0a7bd6f50cf394e747d02c624f456a24fdb8 /drivers/edac/Kconfig
parent66f41d4c5c8a5deed66fdcc84509376c9a0bf9d8 (diff)
i7core_edac: Add an EDAC memory controller driver for Nehalem chipsets
This driver is meant to support i7 core/i7core extreme desktop processors and Xeon 35xx/55xx series with integrated memory controller. It is likely that it can be expanded in the future to work with other processor series based at the same Memory Controller design. For now, it has just a few MCH status reads. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r--drivers/edac/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 55c9c59b3f71..391ddbfb2a34 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -166,6 +166,13 @@ config EDAC_I5400
166 Support for error detection and correction the Intel 166 Support for error detection and correction the Intel
167 i5400 MCH chipset (Seaburg). 167 i5400 MCH chipset (Seaburg).
168 168
169config EDAC_I7CORE
170 tristate "Intel i7 Core (Nehalem) processors"
171 depends on EDAC_MM_EDAC && PCI && X86
172 help
173 Support for error detection and correction the Intel
174 i7 Core (Nehalem) Integrated Memory Controller
175
169config EDAC_I82860 176config EDAC_I82860
170 tristate "Intel 82860" 177 tristate "Intel 82860"
171 depends on EDAC_MM_EDAC && PCI && X86_32 178 depends on EDAC_MM_EDAC && PCI && X86_32