summaryrefslogtreecommitdiffstats
path: root/config-x86_64-generic
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2015-04-09 10:24:01 -0400
committerPeter Jones <pjones@redhat.com>2015-04-09 10:33:06 -0400
commitf0d73f97ac8e929de523c4a232620e4b42571011 (patch)
tree56d4ecad6fd3cb71f9ae660f57f03ea1d820e2b7 /config-x86_64-generic
parent5fbe6a96e1472fb36896c3c867cbc4aadf844fbe (diff)
downloadkernel-f0d73f97ac8e929de523c4a232620e4b42571011.tar.gz
kernel-f0d73f97ac8e929de523c4a232620e4b42571011.tar.xz
kernel-f0d73f97ac8e929de523c4a232620e4b42571011.zip
Enable CONFIG_EFI_MIXED.
This enables the 32-bit EFI entry point on 64-bit kernels, so hardware like Baytrail devices with 32-bit firmware on a 64-bit cpu can boot the 64-bit kernel. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'config-x86_64-generic')
-rw-r--r--config-x86_64-generic3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic
index 779c333c6..0289dcf2a 100644
--- a/config-x86_64-generic
+++ b/config-x86_64-generic
@@ -24,6 +24,9 @@ CONFIG_PHYSICAL_ALIGN=0x1000000
# https://lists.fedoraproject.org/pipermail/kernel/2013-December/004753.html
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
+# enable the 32-bit entry point for Baytrail
+CONFIG_EFI_MIXED=y
+
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set