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 3cfd9065a9b4..e8de70cb22c4 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -88,6 +88,13 @@ config EDAC_I82875P | |||
88 | Support for error detection and correction on the Intel | 88 | Support for error detection and correction on the Intel |
89 | DP82785P and E7210 server chipsets. | 89 | DP82785P and E7210 server chipsets. |
90 | 90 | ||
91 | config EDAC_I3000 | ||
92 | tristate "Intel 3000/3010" | ||
93 | depends on EDAC_MM_EDAC && PCI && X86_32 | ||
94 | help | ||
95 | Support for error detection and correction on the Intel | ||
96 | 3000 and 3010 server chipsets. | ||
97 | |||
91 | config EDAC_I82860 | 98 | config EDAC_I82860 |
92 | tristate "Intel 82860" | 99 | tristate "Intel 82860" |
93 | depends on EDAC_MM_EDAC && PCI && X86_32 | 100 | depends on EDAC_MM_EDAC && PCI && X86_32 |