diff options
author | Loc Ho <lho@apm.com> | 2015-05-22 23:32:56 (GMT) |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2015-05-29 09:33:26 (GMT) |
commit | 6e681abc88376ae448071cbaa9445c20f2812368 (patch) | |
tree | 2243755465888f3e26f1abedceb026e3cb46b116 /arch/arm64/Kconfig | |
parent | b01aec9b2c7d32f17a37553df63efa9f7c0fdaa0 (diff) | |
download | linux-6e681abc88376ae448071cbaa9445c20f2812368.tar.xz |
arm64: Enable EDAC on ARM64
Select EDAC_SUPPORT for arm64.
Signed-off-by: Loc Ho <lho@apm.com>
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-2-git-send-email-lho@apm.com
Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 4269dba..577078f 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -22,6 +22,7 @@ config ARM64 select BUILDTIME_EXTABLE_SORT select CLONE_BACKWARDS select COMMON_CLK + select EDAC_SUPPORT select CPU_PM if (SUSPEND || CPU_IDLE) select DCACHE_WORD_ACCESS select GENERIC_ALLOCATOR |