aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 039c3f04aac5..5aee45356b58 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1513,6 +1513,11 @@ config RELOCATABLE
1513 it has been loaded at and the compile time physical address 1513 it has been loaded at and the compile time physical address
1514 (CONFIG_PHYSICAL_START) is ignored. 1514 (CONFIG_PHYSICAL_START) is ignored.
1515 1515
1516# Relocation on x86-32 needs some additional build support
1517config X86_NEED_RELOCS
1518 def_bool y
1519 depends on X86_32 && RELOCATABLE
1520
1516config PHYSICAL_ALIGN 1521config PHYSICAL_ALIGN
1517 hex 1522 hex
1518 prompt "Alignment value to which kernel should be aligned" if X86_32 1523 prompt "Alignment value to which kernel should be aligned" if X86_32