Skip to content

Commit 0d44293

Browse files
Loc Hosuryasaimadhu
authored andcommitted
EDAC: Add APM X-Gene SoC EDAC driver
Add support for the APM X-Gene SoC EDAC driver. Signed-off-by: Loc Ho <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: linux-edac <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Borislav Petkov <[email protected]>
1 parent ee66e6a commit 0d44293

File tree

3 files changed

+1262
-0
lines changed

3 files changed

+1262
-0
lines changed

drivers/edac/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,4 +393,11 @@ config EDAC_SYNOPSYS
393393
Support for error detection and correction on the Synopsys DDR
394394
memory controller.
395395

396+
config EDAC_XGENE
397+
tristate "APM X-Gene SoC"
398+
depends on EDAC_MM_EDAC && (ARM64 || COMPILE_TEST)
399+
help
400+
Support for error detection and correction on the
401+
APM X-Gene family of SOCs.
402+
396403
endif # EDAC

drivers/edac/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ obj-$(CONFIG_EDAC_OCTEON_PCI) += octeon_edac-pci.o
6868

6969
obj-$(CONFIG_EDAC_ALTERA_MC) += altera_edac.o
7070
obj-$(CONFIG_EDAC_SYNOPSYS) += synopsys_edac.o
71+
obj-$(CONFIG_EDAC_XGENE) += xgene_edac.o

0 commit comments

Comments
 (0)