diff options
author | 2012-07-16 22:34:24 -0700 | |
---|---|---|
committer | 2012-07-17 16:03:36 -0400 | |
commit | 087226b06b0cb40ea2b1b36994932bb3ade5ff8c (patch) | |
tree | 37dc382a95a0c6e1cb9bf409d193f037681f14f5 | |
parent | Document the isoboot option, as designed for GRUB2 usage 3 years ago. (diff) | |
download | genkernel-087226b06b0cb40ea2b1b36994932bb3ade5ff8c.tar.gz genkernel-087226b06b0cb40ea2b1b36994932bb3ade5ff8c.tar.bz2 genkernel-087226b06b0cb40ea2b1b36994932bb3ade5ff8c.zip |
t Bug #399703: amd64 default kernel config did not have EFI support.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | arch/x86_64/kernel-config | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,9 @@ # - 2008-2011 Various authors (see AUTHORS) # Distributed under the GPL v2 # $Id$ + + 17 Jul 2012; Robin H. Johnson <robbat2@gentoo.org> arch/x86_64/kernel-config: + Bug #399703: amd64 default kernel config did not have EFI support. 15 July 2012; Robin H. Johnson <robbat2@gentoo.org> doc/genkernel.8.txt, Document the isoboot option, as designed for GRUB2 usage 3 years ago. diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config index 627ca9e..ae006a9 100644 --- a/arch/x86_64/kernel-config +++ b/arch/x86_64/kernel-config @@ -346,7 +346,7 @@ CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 CONFIG_X86_PAT=y CONFIG_ARCH_USES_PG_UNCACHED=y -# CONFIG_EFI is not set +CONFIG_EFI=y CONFIG_SECCOMP=y # CONFIG_CC_STACKPROTECTOR is not set CONFIG_HZ_100=y @@ -2323,6 +2323,7 @@ CONFIG_FB_SYS_FOPS=m # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set CONFIG_FB_VESA=y +CONFIG_FB_EFI=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set @@ -2983,6 +2984,7 @@ CONFIG_ACPI_TOSHIBA=m # # CONFIG_EDD is not set CONFIG_FIRMWARE_MEMMAP=y +CONFIG_EFI_VARS=m CONFIG_DELL_RBU=m CONFIG_DCDBAS=m CONFIG_DMIID=y |