diff options
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index fcefdda5136d..a24097768463 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1536,6 +1536,7 @@ config EFI | |||
1536 | config EFI_STUB | 1536 | config EFI_STUB |
1537 | bool "EFI stub support" | 1537 | bool "EFI stub support" |
1538 | depends on EFI | 1538 | depends on EFI |
1539 | select RELOCATABLE | ||
1539 | ---help--- | 1540 | ---help--- |
1540 | This kernel feature allows a bzImage to be loaded directly | 1541 | This kernel feature allows a bzImage to be loaded directly |
1541 | by EFI firmware without the use of a bootloader. | 1542 | by EFI firmware without the use of a bootloader. |