aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-06-11 22:32:14 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-06-27 08:01:29 -0400
commit69154d069869b612383cef9d594f39b34ffba6dd (patch)
treeca356af0247ba18c0ffb1c00d9519530d2347832 /drivers/edac/Kconfig
parenta1b01edb274518c7da6d69b84e7558c092282aad (diff)
edac: add support for Calxeda highbank L2 cache ecc
Add support for L2 ECC on Calxeda highbank platform. Signed-off-by: Rob Herring <rob.herring@calxeda.com> 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 f7efa8b282f1..409b92b8d346 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -309,4 +309,11 @@ config EDAC_HIGHBANK_MC
309 Support for error detection and correction on the 309 Support for error detection and correction on the
310 Calxeda Highbank memory controller. 310 Calxeda Highbank memory controller.
311 311
312config EDAC_HIGHBANK_L2
313 tristate "Highbank L2 Cache"
314 depends on EDAC_MM_EDAC && ARCH_HIGHBANK
315 help
316 Support for error detection and correction on the
317 Calxeda Highbank memory controller.
318
312endif # EDAC 319endif # EDAC