kernel-snapshot: reenable CONFIG_FB_VESA and CONFIG_FB_BOOT_VESA_SUPPORT.
This commit is contained in:
parent
898e6d2185
commit
9d8e9d8503
3 changed files with 5 additions and 5 deletions
|
@ -3869,7 +3869,7 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m
|
|||
CONFIG_FB=y
|
||||
CONFIG_FIRMWARE_EDID=y
|
||||
CONFIG_FB_DDC=m
|
||||
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
|
||||
CONFIG_FB_BOOT_VESA_SUPPORT=y
|
||||
CONFIG_FB_CFB_FILLRECT=y
|
||||
CONFIG_FB_CFB_COPYAREA=y
|
||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||
|
@ -3900,7 +3900,7 @@ CONFIG_FB_CYBER2000_DDC=y
|
|||
# CONFIG_FB_IMSTT is not set
|
||||
# CONFIG_FB_VGA16 is not set
|
||||
CONFIG_FB_UVESA=m
|
||||
# CONFIG_FB_VESA is not set
|
||||
CONFIG_FB_VESA=y
|
||||
CONFIG_FB_EFI=y
|
||||
# CONFIG_FB_N411 is not set
|
||||
# CONFIG_FB_HGA is not set
|
||||
|
|
|
@ -3799,7 +3799,7 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m
|
|||
CONFIG_FB=y
|
||||
CONFIG_FIRMWARE_EDID=y
|
||||
CONFIG_FB_DDC=m
|
||||
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
|
||||
CONFIG_FB_BOOT_VESA_SUPPORT=y
|
||||
CONFIG_FB_CFB_FILLRECT=y
|
||||
CONFIG_FB_CFB_COPYAREA=y
|
||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||
|
@ -3830,7 +3830,7 @@ CONFIG_FB_CYBER2000_DDC=y
|
|||
# CONFIG_FB_IMSTT is not set
|
||||
# CONFIG_FB_VGA16 is not set
|
||||
CONFIG_FB_UVESA=m
|
||||
# CONFIG_FB_VESA is not set
|
||||
CONFIG_FB_VESA=y
|
||||
CONFIG_FB_EFI=y
|
||||
# CONFIG_FB_N411 is not set
|
||||
# CONFIG_FB_HGA is not set
|
||||
|
|
|
@ -6,7 +6,7 @@ _kpatch=rc6
|
|||
|
||||
pkgname=kernel-snapshot
|
||||
version=${_kmajor}.${_kminor}${_kpatch}
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="linux-${_kmajor}-${_kpatch}"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
|
|
Loading…
Reference in a new issue