aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorGary Hade <garyhade@us.ibm.com>2008-10-31 13:52:03 -0400
committerIngo Molnar <mingo@elte.hu>2008-11-03 04:03:38 -0500
commit3555105333ae55414d0fe051557bd7dc590f5255 (patch)
treec9fec3a72267a6badc15dcd3c92ecb1a1d294488 /arch/x86/Kconfig
parent9e899816d126cc6f7d405c349f65363214fe7399 (diff)
x86: add memory hotremove config option
Impact: enable CONFIG_MEMORY_HOTREMOVE feature on x86. (default-off) Memory hotremove functionality can currently be configured into the ia64, powerpc, and s390 kernels. This patch makes it possible to configure the memory hotremove functionality into the x86 kernel as well. Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com> Signed-off-by: Gary Hade <garyhade@us.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index c00aefcb47d..25e71152611 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