Merge "ARM: allow memory hotplug/hotremove" into msm-3.0
This commit is contained in:
committed by
QuIC Gerrit Code Review
commit
b5cf8a409a
@@ -1634,6 +1634,12 @@ config DONT_MAP_HOLE_AFTER_MEMBANK0
|
|||||||
def_bool n
|
def_bool n
|
||||||
depends on SPARSEMEM
|
depends on SPARSEMEM
|
||||||
|
|
||||||
|
config ARCH_ENABLE_MEMORY_HOTPLUG
|
||||||
|
def_bool n
|
||||||
|
|
||||||
|
config ARCH_ENABLE_MEMORY_HOTREMOVE
|
||||||
|
def_bool n
|
||||||
|
|
||||||
config FORCE_MAX_ZONEORDER
|
config FORCE_MAX_ZONEORDER
|
||||||
int "Maximum zone order" if ARCH_SHMOBILE
|
int "Maximum zone order" if ARCH_SHMOBILE
|
||||||
range 11 64 if ARCH_SHMOBILE
|
range 11 64 if ARCH_SHMOBILE
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ config MEMORY_HOTPLUG
|
|||||||
bool "Allow for memory hot-add"
|
bool "Allow for memory hot-add"
|
||||||
depends on SPARSEMEM || X86_64_ACPI_NUMA
|
depends on SPARSEMEM || X86_64_ACPI_NUMA
|
||||||
depends on HOTPLUG && ARCH_ENABLE_MEMORY_HOTPLUG
|
depends on HOTPLUG && ARCH_ENABLE_MEMORY_HOTPLUG
|
||||||
depends on (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390)
|
depends on (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390 || ARM)
|
||||||
|
|
||||||
config MEMORY_HOTPLUG_SPARSE
|
config MEMORY_HOTPLUG_SPARSE
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|||||||
Reference in New Issue
Block a user