kernel: (x86_64) enable required fb options for efifb.
This commit is contained in:
parent
02318516a0
commit
76d0accc9d
2 changed files with 17 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 3.4.2 Kernel Configuration
|
||||
# Linux/x86_64 3.4.4 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
# CONFIG_X86_32 is not set
|
||||
|
@ -262,8 +262,6 @@ CONFIG_EFI_PARTITION=y
|
|||
# CONFIG_SYSV68_PARTITION is not set
|
||||
CONFIG_BLOCK_COMPAT=y
|
||||
|
||||
# EFI
|
||||
CONFIG_FB_EFI=y
|
||||
#
|
||||
# IO Schedulers
|
||||
#
|
||||
|
@ -3764,17 +3762,17 @@ CONFIG_DRM_UDL=m
|
|||
CONFIG_STUB_POULSBO=m
|
||||
CONFIG_VGASTATE=m
|
||||
CONFIG_VIDEO_OUTPUT_CONTROL=m
|
||||
CONFIG_FB=m
|
||||
CONFIG_FB=y
|
||||
CONFIG_FIRMWARE_EDID=y
|
||||
CONFIG_FB_DDC=m
|
||||
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
|
||||
CONFIG_FB_CFB_FILLRECT=m
|
||||
CONFIG_FB_CFB_COPYAREA=m
|
||||
CONFIG_FB_CFB_IMAGEBLIT=m
|
||||
CONFIG_FB_DDC=y
|
||||
CONFIG_FB_BOOT_VESA_SUPPORT=y
|
||||
CONFIG_FB_CFB_FILLRECT=y
|
||||
CONFIG_FB_CFB_COPYAREA=y
|
||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
|
||||
CONFIG_FB_SYS_FILLRECT=m
|
||||
CONFIG_FB_SYS_COPYAREA=m
|
||||
CONFIG_FB_SYS_IMAGEBLIT=m
|
||||
CONFIG_FB_SYS_FILLRECT=y
|
||||
CONFIG_FB_SYS_COPYAREA=y
|
||||
CONFIG_FB_SYS_IMAGEBLIT=y
|
||||
# CONFIG_FB_FOREIGN_ENDIAN is not set
|
||||
CONFIG_FB_SYS_FOPS=m
|
||||
# CONFIG_FB_WMT_GE_ROPS is not set
|
||||
|
@ -3790,12 +3788,16 @@ CONFIG_FB_TILEBLITTING=y
|
|||
#
|
||||
CONFIG_FB_CIRRUS=m
|
||||
CONFIG_FB_PM2=m
|
||||
CONFIG_FB_PM2_FIFO_DISCONNECT=y
|
||||
# CONFIG_FB_PM2_FIFO_DISCONNECT is not set
|
||||
CONFIG_FB_CYBER2000=m
|
||||
CONFIG_FB_CYBER2000_DDC=y
|
||||
# CONFIG_FB_ARC is not set
|
||||
# CONFIG_FB_ASILIANT is not set
|
||||
# CONFIG_FB_IMSTT is not set
|
||||
# CONFIG_FB_VGA16 is not set
|
||||
CONFIG_FB_UVESA=m
|
||||
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
|
||||
|
@ -3875,7 +3877,7 @@ CONFIG_LCD_PLATFORM=m
|
|||
CONFIG_LCD_S6E63M0=m
|
||||
CONFIG_LCD_LD9040=m
|
||||
CONFIG_LCD_AMS369FG06=m
|
||||
CONFIG_BACKLIGHT_CLASS_DEVICE=m
|
||||
CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
||||
CONFIG_BACKLIGHT_GENERIC=m
|
||||
CONFIG_BACKLIGHT_PROGEAR=m
|
||||
CONFIG_BACKLIGHT_CARILLO_RANCH=m
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=kernel
|
||||
_kmajorver=3.4
|
||||
version=${_kmajorver}.4
|
||||
revision=2
|
||||
revision=3
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
preserve=yes
|
||||
|
|
Loading…
Reference in a new issue