From: Yang Shi Date: Thu, 17 Mar 2016 21:19:02 +0000 (-0700) Subject: mm/Kconfig: remove redundant arch depend for memory hotplug X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7eb50292d7f74ccb89155960d62b2697f2536b28;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mm/Kconfig: remove redundant arch depend for memory hotplug MEMORY_HOTPLUG already depends on ARCH_ENABLE_MEMORY_HOTPLUG which is selected by the supported architectures, so the following arch depend is unnecessary. Signed-off-by: Yang Shi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/Kconfig b/mm/Kconfig index 03cbfa072f42..c07776503708 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -187,7 +187,6 @@ 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) config MEMORY_HOTPLUG_SPARSE def_bool y