diff options
author | Lei Wang <leiwang_git@outlook.com> | 2020-01-23 01:31:14 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-02-19 21:00:27 +0100 |
commit | 1088750d78392cf79c113082ffbf955384737e9c (patch) | |
tree | d0892e36f36c9bca19e64e781c236f7d63df53c8 /drivers/edac/Kconfig | |
parent | dt-bindings: edac: Dmc-520.yaml (diff) | |
download | linux-1088750d78392cf79c113082ffbf955384737e9c.tar.xz linux-1088750d78392cf79c113082ffbf955384737e9c.zip |
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 |