diff options
-rw-r--r-- | arch/i386/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index fd2fa7a7ec52..1f0f7b60995e 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -774,7 +774,8 @@ config CRASH_DUMP | |||
774 | For more details see Documentation/kdump/kdump.txt | 774 | For more details see Documentation/kdump/kdump.txt |
775 | 775 | ||
776 | config RELOCATABLE | 776 | config RELOCATABLE |
777 | bool "Build a relocatable kernel" | 777 | bool "Build a relocatable kernel(EXPERIMENTAL)" |
778 | depends on EXPERIMENTAL | ||
778 | help | 779 | help |
779 | This build a kernel image that retains relocation information | 780 | This build a kernel image that retains relocation information |
780 | so it can be loaded someplace besides the default 1MB. | 781 | so it can be loaded someplace besides the default 1MB. |