aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 801ed36c2e49..7ea8aaaab7fc 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1536,7 +1536,7 @@ config EFI
1536 1536
1537config EFI_STUB 1537config EFI_STUB
1538 bool "EFI stub support" 1538 bool "EFI stub support"
1539 depends on EFI 1539 depends on EFI && !X86_USE_3DNOW
1540 ---help--- 1540 ---help---
1541 This kernel feature allows a bzImage to be loaded directly 1541 This kernel feature allows a bzImage to be loaded directly
1542 by EFI firmware without the use of a bootloader. 1542 by EFI firmware without the use of a bootloader.