
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
---

 memhotplug-dave/mm/Kconfig |    5 +++++
 1 files changed, 5 insertions(+)

diff -puN mm/Kconfig~P07.1-memory_migration-merge mm/Kconfig
--- memhotplug/mm/Kconfig~P07.1-memory_migration-merge	2004-11-12 16:52:16.000000000 -0800
+++ memhotplug-dave/mm/Kconfig	2004-11-12 16:52:16.000000000 -0800
@@ -13,4 +13,9 @@ config CONTIGUOUS_MEM_MAP
 config MEMORY_HOTPLUG
 	bool "Allow for memory hotplug"
 	depends on NONLINEAR && HOTPLUG
+	select MEMORY_MIGRATE
+
+config MEMORY_MIGRATE
+	bool "Memory migration"
+	default y if MEMORY_HOTPLUG
 
_
