diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-07 17:19:34 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-11 20:45:06 -0400 |
commit | 26717808f93a27c22d4853c4fb17fa225f4ccc68 (patch) | |
tree | f260903b5ee426813aca4f1203b003eab449e731 /arch/x86/Kconfig | |
parent | ceefccc93932b920a8ec6f35f596db05202a12fe (diff) |
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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 50fbb47f5295..3e0f80a764a7 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1495,8 +1495,8 @@ config PHYSICAL_START | |||
1495 | Don't change this unless you know what you are doing. | 1495 | Don't change this unless you know what you are doing. |
1496 | 1496 | ||
1497 | config RELOCATABLE | 1497 | config RELOCATABLE |
1498 | bool "Build a relocatable kernel (EXPERIMENTAL)" | 1498 | bool "Build a relocatable kernel" |
1499 | depends on EXPERIMENTAL | 1499 | default y |
1500 | ---help--- | 1500 | ---help--- |
1501 | This builds a kernel image that retains relocation information | 1501 | This builds a kernel image that retains relocation information |
1502 | so it can be loaded someplace besides the default 1MB. | 1502 | so it can be loaded someplace besides the default 1MB. |