From: Vivek Goyal Signed-off-by: Vivek Goyal Signed-off-by: Andrew Morton --- arch/i386/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN arch/i386/Kconfig~i386-mark-config_relocatable-experimental arch/i386/Kconfig --- a/arch/i386/Kconfig~i386-mark-config_relocatable-experimental +++ a/arch/i386/Kconfig @@ -774,7 +774,8 @@ config CRASH_DUMP For more details see Documentation/kdump/kdump.txt config RELOCATABLE - bool "Build a relocatable kernel" + bool "Build a relocatable kernel(EXPERIMENTAL)" + depends on EXPERIMENTAL help This build a kernel image that retains relocation information so it can be loaded someplace besides the default 1MB. _