diff options
author | Yang Shi <yang.shi@linaro.org> | 2016-03-17 14:19:02 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-17 15:09:34 -0700 |
commit | 7eb50292d7f74ccb89155960d62b2697f2536b28 (patch) | |
tree | f3af7ccf7a53facd76980ffbe57eb39216613ff9 | |
parent | 01609ec2fa1f0c1ad016d7f6ae2371313275984a (diff) | |
download | linux-exynos-7eb50292d7f74ccb89155960d62b2697f2536b28.tar.gz linux-exynos-7eb50292d7f74ccb89155960d62b2697f2536b28.tar.bz2 linux-exynos-7eb50292d7f74ccb89155960d62b2697f2536b28.zip |
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 <yang.shi@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | mm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |