diff options
author | Lei Wang <leiwang_git@outlook.com> | 2020-01-22 16:31:14 -0800 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-02-19 21:00:27 +0100 |
commit | 1088750d78392cf79c113082ffbf955384737e9c (patch) | |
tree | d0892e36f36c9bca19e64e781c236f7d63df53c8 /drivers/edac/Makefile | |
parent | db6c122b8fb16a346b87fbcb4987515429e5e7cf (diff) | |
download | linux-1088750d78392cf79c113082ffbf955384737e9c.tar.bz2 |
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/Makefile')
-rw-r--r-- | drivers/edac/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/Makefile b/drivers/edac/Makefile index d77200c9680b..269e15118cea 100644 --- a/drivers/edac/Makefile +++ b/drivers/edac/Makefile @@ -87,3 +87,4 @@ obj-$(CONFIG_EDAC_TI) += ti_edac.o obj-$(CONFIG_EDAC_QCOM) += qcom_edac.o obj-$(CONFIG_EDAC_ASPEED) += aspeed_edac.o obj-$(CONFIG_EDAC_BLUEFIELD) += bluefield_edac.o +obj-$(CONFIG_EDAC_DMC520) += dmc520_edac.o |