aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-08-24 22:22:57 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-30 13:56:42 -0400
commitfcaf780b2ad352edaeb1d1c07a6da053266b1eed (patch)
tree8ea1e46a19282b13c66442d144d59ca6cafb418d /drivers/edac/Kconfig
parentda5cabf80e2433131bf0ed8993abc0f7ea618c73 (diff)
i7300_edac: start a driver for i7300 chipset (Clarksboro)
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 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
202config 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
202config EDAC_MPC85XX 209config 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)