diff options
author | Lei Wang <leiwang_git@outlook.com> | 2020-01-23 03:31:14 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-02-19 23:00:27 +0300 |
commit | 1088750d78392cf79c113082ffbf955384737e9c (patch) | |
tree | d0892e36f36c9bca19e64e781c236f7d63df53c8 /drivers/edac/Kconfig | |
parent | db6c122b8fb16a346b87fbcb4987515429e5e7cf (diff) | |
download | linux-1088750d78392cf79c113082ffbf955384737e9c.tar.xz |
EDAC: Add EDAC driver for DMC520
The driver supports error detection and correction on devices with an
ARM DMC-520 memory controller.
Signed-off-by: Lei Wang <leiwang_git@outlook.com>
Signed-off-by: Shiping Ji <shiping.linux@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: James Morse <james.morse@arm.com>
Link: https://lkml.kernel.org/r/83b48c70-dc06-d0d4-cae9-a2187fca628b@gmail.com
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 b3c99bb5fe77..fe2eb892a1bd 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -523,4 +523,11 @@ config EDAC_BLUEFIELD Support for error detection and correction on the Mellanox BlueField SoCs. +config EDAC_DMC520 + tristate "ARM DMC-520 ECC" + depends on ARM64 + help + Support for error detection and correction on the + SoCs with ARM DMC-520 DRAM controller. + endif # EDAC |