aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 4aafd322e21e..7a7208f16ec3 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1541,7 +1541,8 @@ config EFI
1541 1541
1542config EFI_STUB 1542config EFI_STUB
1543 bool "EFI stub support" 1543 bool "EFI stub support"
1544 depends on EFI 1544 depends on EFI && !X86_USE_3DNOW
1545 select RELOCATABLE
1545 ---help--- 1546 ---help---
1546 This kernel feature allows a bzImage to be loaded directly 1547 This kernel feature allows a bzImage to be loaded directly
1547 by EFI firmware without the use of a bootloader. 1548 by EFI firmware without the use of a bootloader.