From: Stephane Desneux Date: Tue, 25 Nov 2014 11:51:43 +0000 (+0100) Subject: i386, x86_64 configurations: add CONFIG_EFI_STUB X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06425b3a6abb0da5af969129d39568edacda18ba;p=platform%2Fkernel%2Flinux-stable.git 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 --- 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