diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2015-07-07 17:15:39 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2015-07-07 17:15:39 +0100 |
commit | ef37566cf8d607844cee5a01597d828c8fd1a501 (patch) | |
tree | 0460ba56103e2f240d72d1eb8d397390f4c7ff12 | |
parent | 99e3e3ae332b6ca91d5c444ea7849f367f5e5a76 (diff) | |
download | linux-ef37566cf8d607844cee5a01597d828c8fd1a501.tar.bz2 |
arm64: Keep the ARM64 Kconfig selects sorted
Move EDAC_SUPPORT to the right place.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r-- | arch/arm64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 0f6edb14b7e4..318175f62c24 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -23,9 +23,9 @@ 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 EDAC_SUPPORT select GENERIC_ALLOCATOR select GENERIC_CLOCKEVENTS select GENERIC_CLOCKEVENTS_BROADCAST if SMP |