kernel: (x86_64) enable EFI stuff.
This commit is contained in:
parent
778b741376
commit
118434a626
|
@ -262,6 +262,8 @@ CONFIG_EFI_PARTITION=y
|
|||
# CONFIG_SYSV68_PARTITION is not set
|
||||
CONFIG_BLOCK_COMPAT=y
|
||||
|
||||
# EFI
|
||||
CONFIG_FB_EFI=y
|
||||
#
|
||||
# IO Schedulers
|
||||
#
|
||||
|
@ -3893,7 +3895,7 @@ CONFIG_BACKLIGHT_OT200=m
|
|||
CONFIG_VGA_CONSOLE=y
|
||||
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
|
||||
CONFIG_DUMMY_CONSOLE=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=m
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
|
||||
CONFIG_FONTS=y
|
||||
|
@ -4989,7 +4991,7 @@ CONFIG_DEVFREQ_GOV_USERSPACE=y
|
|||
CONFIG_EDD=m
|
||||
# CONFIG_EDD_OFF is not set
|
||||
CONFIG_FIRMWARE_MEMMAP=y
|
||||
CONFIG_EFI_VARS=m
|
||||
CONFIG_EFI_VARS=y
|
||||
CONFIG_DELL_RBU=m
|
||||
CONFIG_DCDBAS=m
|
||||
CONFIG_DMIID=y
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=kernel
|
||||
_kmajorver=3.4
|
||||
version=${_kmajorver}.4
|
||||
revision=1
|
||||
revision=2
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
preserve=yes
|
||||
|
|
Loading…
Reference in New Issue