From 06425b3a6abb0da5af969129d39568edacda18ba Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 25 Nov 2014 12:51:43 +0100 Subject: [PATCH] i386, x86_64 configurations: add CONFIG_EFI_STUB It was reported that gummiboot can't boot the kernel without this option. Change-Id: I8d963ff78b9ed1ef7b94a5d25cf0425a2fa7b1d4 Signed-off-by: Stephane Desneux --- arch/x86/configs/i386_defconfig | 1 + arch/x86/configs/x86_64_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig index cf1b6659ba77..a6a44528299d 100644 --- a/arch/x86/configs/i386_defconfig +++ b/arch/x86/configs/i386_defconfig @@ -60,6 +60,7 @@ CONFIG_HIGHPTE=y CONFIG_X86_CHECK_BIOS_CORRUPTION=y # CONFIG_MTRR_SANITIZER is not set CONFIG_EFI=y +CONFIG_EFI_STUB=y CONFIG_SECCOMP=y CONFIG_HZ_1000=y CONFIG_KEXEC=y diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index c0380ed98822..caea44f87455 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig @@ -58,6 +58,7 @@ CONFIG_NUMA=y CONFIG_X86_CHECK_BIOS_CORRUPTION=y # CONFIG_MTRR_SANITIZER is not set CONFIG_EFI=y +CONFIG_EFI_STUB=y CONFIG_SECCOMP=y CONFIG_HZ_1000=y CONFIG_KEXEC=y -- 2.34.1