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

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

View file

@ -3976,8 +3976,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

@ -3942,8 +3942,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.8
version=3.8.13
revision=4
revision=3
wrksrc="linux-${version}"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org"