summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-11-25 12:51:43 +0100
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2015-02-04 11:23:30 +0100
commit06425b3a6abb0da5af969129d39568edacda18ba (patch)
tree883abb2e8e0d98cc63b4a0bed0886ca61fb2c57c
parent7779886628675d50c2a63cf2ec0c99d28dfc00ff (diff)
downloadkernel-common-06425b3a6abb0da5af969129d39568edacda18ba.tar.gz
kernel-common-06425b3a6abb0da5af969129d39568edacda18ba.tar.bz2
kernel-common-06425b3a6abb0da5af969129d39568edacda18ba.zip
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 <stephane.desneux@open.eurogiciel.org>
-rw-r--r--arch/x86/configs/i386_defconfig1
-rw-r--r--arch/x86/configs/x86_64_defconfig1
2 files changed, 2 insertions, 0 deletions
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