diff options
author | Thor Thayer <tthayer@opensource.altera.com> | 2016-08-09 09:40:52 -0500 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2016-08-10 14:43:14 +0200 |
commit | 911049845d7096c27304930ff478cbf3f2623ba3 (patch) | |
tree | 5cef3310ecfab5ef2bd1a401a620912c5de34f5b /drivers/edac/Kconfig | |
parent | 5e40cd4d258cc0728585a94fd81f73488f7cdce7 (diff) | |
download | blackbird-op-linux-911049845d7096c27304930ff478cbf3f2623ba3.tar.gz blackbird-op-linux-911049845d7096c27304930ff478cbf3f2623ba3.zip |
EDAC, altera: Add Arria10 SD-MMC EDAC support
Add Altera Arria10 SD-MMC FIFO memory EDAC support. The SD-MMC is a
dual port RAM implementation which is different than any of the other
peripherals and therefore requires additional code.
Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>
Cc: dinguyen@opensource.altera.com
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: http://lkml.kernel.org/r/1470753653-23465-3-git-send-email-tthayer@opensource.altera.com
Signed-off-by: Borislav Petkov <bp@suse.de>
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 72752f460cbb..394cd16dd58f 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -426,6 +426,13 @@ config EDAC_ALTERA_QSPI Support for error detection and correction on the Altera QSPI FIFO Memory for Altera SoCs. +config EDAC_ALTERA_SDMMC + bool "Altera SDMMC FIFO ECC" + depends on EDAC_ALTERA=y && MMC_DW + help + Support for error detection and correction on the + Altera SDMMC FIFO Memory for Altera SoCs. + config EDAC_SYNOPSYS tristate "Synopsys DDR Memory Controller" depends on EDAC_MM_EDAC && ARCH_ZYNQ |