summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorArun KS <arunks@codeaurora.org>2017-09-20 13:20:41 +0530
committerArun KS <arunks@codeaurora.org>2017-11-22 08:14:30 +0530
commit2247011a9c93311ec6f73190e2080dffc55526bc (patch)
tree5ee4c594cca69870b5d5bef3306f644f870d9ed1 /mm
parent8e3fc5893d999dc9ebc3c6e725917cf4cf6e74f8 (diff)
mm/Kconfig: Enable MEMORY_HOTPLUG for arm64
Add arm64 to the list of architectures which supports memory hotplug. Change-Id: Iefeb8294bf06eaebb17a3b3aa8b33bb3b7133099 Signed-off-by: Arun KS <arunks@codeaurora.org> Signed-off-by: Srivatsa Vaddagiri <vatsa@codeaurora.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index b880dce3fafd..7077376523ed 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -187,7 +187,7 @@ config MEMORY_HOTPLUG
bool "Allow for memory hot-add"
depends on SPARSEMEM || X86_64_ACPI_NUMA
depends on ARCH_ENABLE_MEMORY_HOTPLUG
- depends on (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390)
+ depends on (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390 || ARM64)
config MEMORY_HOTPLUG_SPARSE
def_bool y