arm: add CONFIG_FIX_MOVABLE_ZONE

This config option signifies that the start and size
of the movable zone has been calculated and it
must be placed precisely there.

Change-Id: Ibecda03ca69282c4efc84c642885dd47d1080ca2
Signed-off-by: Larry Bassel <lbassel@codeaurora.org>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4690de3..f34719f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1606,6 +1606,10 @@
 	def_bool n
 	depends on MEMORY_HOTPLUG
 
+config FIX_MOVABLE_ZONE
+	def_bool n
+	depends on MEMORY_HOTPLUG
+
 config DONT_MAP_HOLE_AFTER_MEMBANK0
 	def_bool n
 	depends on SPARSEMEM