diff mbox

mm/Kconfig: remove redundant arch depend for memory hotplug

Message ID 1455319667-12112-1-git-send-email-yang.shi@linaro.org
State Accepted
Commit 7eb50292d7f74ccb89155960d62b2697f2536b28
Headers show

Commit Message

Yang Shi Feb. 12, 2016, 11:27 p.m. UTC
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>

---
 mm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

-- 
2.0.2
diff mbox

Patch

diff --git a/mm/Kconfig b/mm/Kconfig
index 03cbfa0..c077765 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