aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorLoc Ho <lho@apm.com>2015-05-22 17:32:59 -0600
committerBorislav Petkov <bp@suse.de>2015-05-29 11:39:24 +0200
commit0d4429301c4aa4028b0b96bf492ddb03e13206e3 (patch)
treeae18677e5a7933f6720452e8a961284a8fd5f9b0 /drivers/edac/Kconfig
parentDocumentation: Add documentation for the APM X-Gene SoC EDAC DTS binding (diff)
downloadlinux-dev-0d4429301c4aa4028b0b96bf492ddb03e13206e3.tar.xz
linux-dev-0d4429301c4aa4028b0b96bf492ddb03e13206e3.zip
EDAC: Add APM X-Gene SoC EDAC driver
Add support for the APM X-Gene SoC EDAC driver. Signed-off-by: Loc Ho <lho@apm.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: devicetree@vger.kernel.org Cc: dougthompson@xmission.com Cc: ijc+devicetree@hellion.org.uk Cc: jcm@redhat.com Cc: linux-arm-kernel@lists.infradead.org Cc: linux-edac <linux-edac@vger.kernel.org> Cc: mark.rutland@arm.com Cc: mchehab@osg.samsung.com Cc: patches@apm.com Cc: robh+dt@kernel.org Link: http://lkml.kernel.org/r/1432337580-3750-5-git-send-email-lho@apm.com Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r--drivers/edac/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index a90e06ac1631..9016ec8a0295 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -393,4 +393,11 @@ config EDAC_SYNOPSYS
Support for error detection and correction on the Synopsys DDR
memory controller.
+config EDAC_XGENE
+ tristate "APM X-Gene SoC"
+ depends on EDAC_MM_EDAC && (ARM64 || COMPILE_TEST)
+ help
+ Support for error detection and correction on the
+ APM X-Gene family of SOCs.
+
endif # EDAC