We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee66e6a commit 0d44293Copy full SHA for 0d44293
drivers/edac/Kconfig
@@ -393,4 +393,11 @@ config EDAC_SYNOPSYS
393
Support for error detection and correction on the Synopsys DDR
394
memory controller.
395
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
+
403
endif # EDAC
drivers/edac/Makefile
@@ -68,3 +68,4 @@ obj-$(CONFIG_EDAC_OCTEON_PCI) += octeon_edac-pci.o
68
69
obj-$(CONFIG_EDAC_ALTERA_MC) += altera_edac.o
70
obj-$(CONFIG_EDAC_SYNOPSYS) += synopsys_edac.o
71
+obj-$(CONFIG_EDAC_XGENE) += xgene_edac.o
0 commit comments