Commit 26717808f93a27c22d4853c4fb17fa225f4ccc68

Authored by H. Peter Anvin
1 parent ceefccc939

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

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