* [386, AMD64] Set CONFIG_FRAMEBUFFER_CONSOLE=y instead of m.

As vesadb now built into the kernel, after finally dropping the
    debian-specific patch to make it modular, make fbcons builtin too, else
    all sorts of weird stuff happens which is hard for the inird builders to
    automatically compenste for. (Closes: #336450)

svn path=/dists/sid/linux-2.6/; revision=4726
This commit is contained in:
Simon Horman 2005-11-04 04:07:28 +00:00
parent ba945edb27
commit 032be5ae05
3 changed files with 10 additions and 3 deletions

View File

@ -1236,7 +1236,7 @@ CONFIG_FB_S1D13XXX=m
CONFIG_FB_VIRTUAL=m
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=m
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

View File

@ -1448,7 +1448,7 @@ CONFIG_FB_VIRTUAL=m
CONFIG_VGA_CONSOLE=y
CONFIG_MDA_CONSOLE=m
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=m
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

9
debian/changelog vendored
View File

@ -15,7 +15,14 @@ linux-2.6 (2.6.14-3) UNRELEASED; urgency=low
* Fix the install-image script to correctly include all the necessary
stuff in scripts. (Closes: #336424)
-- maximilian attems <maks@sternwelten.at> Thu, 3 Nov 2005 12:37:31 +0100
[ Simon Horman ]
* [386, AMD64] Set CONFIG_FRAMEBUFFER_CONSOLE=y instead of m.
As vesadb now built into the kernel, after finally dropping the
debian-specific patch to make it modular, make fbcons builtin too, else
all sorts of weird stuff happens which is hard for the inird builders to
automatically compenste for. (Closes: #336450)
-- Simon Horman <horms@debian.org> Fri, 4 Nov 2005 13:03:49 +0900
linux-2.6 (2.6.14-2) unstable; urgency=low