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>
This commit is contained in:
parent
8e3fc5893d
commit
2247011a9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue