瀏覽代碼

x86: make CONFIG_RELOCATABLE the default

Remove the EXPERIMENTAL tag from CONFIG_RELOCATABLE and make it the
default.  Relocatable kernels have been used for a while now, and
should now have identical semantics to non-relocatable kernels when
loaded by a non-relocating bootloader.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
H. Peter Anvin 16 年之前
父節點
當前提交
26717808f9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/x86/Kconfig

+ 2 - 2
arch/x86/Kconfig

@@ -1495,8 +1495,8 @@ config PHYSICAL_START
 	  Don't change this unless you know what you are doing.
 	  Don't change this unless you know what you are doing.
 
 
 config RELOCATABLE
 config RELOCATABLE
-	bool "Build a relocatable kernel (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	bool "Build a relocatable kernel"
+	default y
 	---help---
 	---help---
 	  This builds a kernel image that retains relocation information
 	  This builds a kernel image that retains relocation information
 	  so it can be loaded someplace besides the default 1MB.
 	  so it can be loaded someplace besides the default 1MB.