aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index c00aefcb47d5..25e711526116 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1492,6 +1492,10 @@ config ARCH_ENABLE_MEMORY_HOTPLUG
1492 def_bool y 1492 def_bool y
1493 depends on X86_64 || (X86_32 && HIGHMEM) 1493 depends on X86_64 || (X86_32 && HIGHMEM)
1494 1494
1495config ARCH_ENABLE_MEMORY_HOTREMOVE
1496 def_bool y
1497 depends on MEMORY_HOTPLUG
1498
1495config HAVE_ARCH_EARLY_PFN_TO_NID 1499config HAVE_ARCH_EARLY_PFN_TO_NID
1496 def_bool X86_64 1500 def_bool X86_64
1497 depends on NUMA 1501 depends on NUMA