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 70bb350de996..4573ccc11f93 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -199,6 +199,13 @@ config EDAC_I5100 | |||
199 | Support for error detection and correction the Intel | 199 | Support for error detection and correction the Intel |
200 | San Clemente MCH. | 200 | San Clemente MCH. |
201 | 201 | ||
202 | config EDAC_I7300 | ||
203 | tristate "Intel Clarksboro MCH" | ||
204 | depends on EDAC_MM_EDAC && X86 && PCI | ||
205 | help | ||
206 | Support for error detection and correction the Intel | ||
207 | Clarksboro MCH (Intel 7300 chipset). | ||
208 | |||
202 | config EDAC_MPC85XX | 209 | config EDAC_MPC85XX |
203 | tristate "Freescale MPC83xx / MPC85xx" | 210 | tristate "Freescale MPC83xx / MPC85xx" |
204 | depends on EDAC_MM_EDAC && FSL_SOC && (PPC_83xx || PPC_85xx) | 211 | depends on EDAC_MM_EDAC && FSL_SOC && (PPC_83xx || PPC_85xx) |