diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3eeac925552..2097e0aaf51 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1634,6 +1634,12 @@ config DONT_MAP_HOLE_AFTER_MEMBANK0 def_bool n depends on SPARSEMEM +config ARCH_ENABLE_MEMORY_HOTPLUG + def_bool n + +config ARCH_ENABLE_MEMORY_HOTREMOVE + def_bool n + config FORCE_MAX_ZONEORDER int "Maximum zone order" if ARCH_SHMOBILE range 11 64 if ARCH_SHMOBILE diff --git a/mm/Kconfig b/mm/Kconfig index 8ca47a5ee9c..9f30530d110 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -136,7 +136,7 @@ config MEMORY_HOTPLUG bool "Allow for memory hot-add" depends on SPARSEMEM || X86_64_ACPI_NUMA 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 def_bool y