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 e2667a8c2997..eee47fd16d79 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -109,6 +109,13 @@ config EDAC_X38 | |||
109 | Support for error detection and correction on the Intel | 109 | Support for error detection and correction on the Intel |
110 | X38 server chipsets. | 110 | X38 server chipsets. |
111 | 111 | ||
112 | config EDAC_I5400 | ||
113 | tristate "Intel 5400 (Seaburg) chipsets" | ||
114 | depends on EDAC_MM_EDAC && PCI && X86 | ||
115 | help | ||
116 | Support for error detection and correction the Intel | ||
117 | i5400 MCH chipset (Seaburg). | ||
118 | |||
112 | config EDAC_I82860 | 119 | config EDAC_I82860 |
113 | tristate "Intel 82860" | 120 | tristate "Intel 82860" |
114 | depends on EDAC_MM_EDAC && PCI && X86_32 | 121 | depends on EDAC_MM_EDAC && PCI && X86_32 |