Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2247011a authored by Arun KS's avatar Arun KS
Browse files

mm/Kconfig: Enable MEMORY_HOTPLUG for arm64



Add arm64 to the list of architectures which supports
memory hotplug.

Change-Id: Iefeb8294bf06eaebb17a3b3aa8b33bb3b7133099
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
Signed-off-by: default avatarSrivatsa Vaddagiri <vatsa@codeaurora.org>
parent 8e3fc589
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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