diff options
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 7 |
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 | ||
169 | config 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 | |||
169 | config EDAC_I82860 | 176 | config 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 |