Revert "linux3.9: disable CONFIG_FB_{EFI,VESA}; see https://bugs.freedesktop.org/show_bug.cgi?id=64159"

This reverts commit cb1770c7c5.
This commit is contained in:
Juan RP 2013-06-02 10:13:10 +02:00
parent 111ed98d49
commit 782cee2a6c
3 changed files with 5 additions and 5 deletions

View File

@ -4046,8 +4046,8 @@ CONFIG_FB_TILEBLITTING=y
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=m
CONFIG_FB_UVESA=m
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI 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

View File

@ -4016,8 +4016,8 @@ CONFIG_FB_TILEBLITTING=y
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=m
CONFIG_FB_UVESA=m
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI 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

View File

@ -2,7 +2,7 @@
#
pkgname=linux3.9
version=3.9.4
revision=3
revision=2
wrksrc="linux-${version}"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org"