aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-10-20 17:33:46 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-01 08:01:54 -0400
commit3d78c9af78e080db1961fd30ede1720d6e6e5999 (patch)
tree97581ef0eecd358abb13988e29c21310c00a0b88 /drivers/edac/Kconfig
parenteebf11a0166f011c5945dd30fd1779afca6c964e (diff)
edac: sb_edac: Add it to the building system
Some changes on it were required due to changeset cd90cc84c6bf0, that changed the glue with the MCE logic. 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 d057d6c40208..15e453577213 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -212,6 +212,13 @@ config EDAC_I7300
212 Support for error detection and correction the Intel 212 Support for error detection and correction the Intel
213 Clarksboro MCH (Intel 7300 chipset). 213 Clarksboro MCH (Intel 7300 chipset).
214 214
215config EDAC_SBRIDGE
216 tristate "Intel Sandy-Bridge Integrated MC"
217 depends on EDAC_MM_EDAC && PCI && X86 && X86_MCE_INTEL
218 help
219 Support for error detection and correction the Intel
220 Sandy Bridge Integrated Memory Controller.
221
215config EDAC_MPC85XX 222config EDAC_MPC85XX
216 tristate "Freescale MPC83xx / MPC85xx" 223 tristate "Freescale MPC83xx / MPC85xx"
217 depends on EDAC_MM_EDAC && FSL_SOC && (PPC_83xx || PPC_85xx) 224 depends on EDAC_MM_EDAC && FSL_SOC && (PPC_83xx || PPC_85xx)