浏览代码

[PATCH] i386: Mark CONFIG_RELOCATABLE EXPERIMENTAL

Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Vivek Goyal 18 年之前
父节点
当前提交
4c7aa6c3b2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      arch/i386/Kconfig

+ 2 - 1
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.