diff options
author | Loc Ho <[email protected]> | 2015-05-22 17:32:56 -0600 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2015-05-29 11:33:26 +0200 |
commit | 6e681abc88376ae448071cbaa9445c20f2812368 (patch) | |
tree | 2243755465888f3e26f1abedceb026e3cb46b116 | |
parent | b01aec9b2c7d32f17a37553df63efa9f7c0fdaa0 (diff) |
arm64: Enable EDAC on ARM64
Select EDAC_SUPPORT for arm64.
Signed-off-by: Loc Ho <[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]>
-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 4269dba63cf1..577078faea49 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 |