The sisfb framebuffer device is now builtin on powerpc, except for the apus and miboot flavours.

svn path=/dists/trunk/linux-2.6/; revision=7428
This commit is contained in:
Sven Luther 2006-09-17 20:26:21 +00:00
parent 96ccbe822d
commit 66fd31dc76
4 changed files with 5 additions and 1 deletions

View File

@ -886,7 +886,7 @@ CONFIG_FB_ATY_GX=y
CONFIG_FB_SAVAGE=m
CONFIG_FB_SAVAGE_I2C=y
CONFIG_FB_SAVAGE_ACCEL=y
CONFIG_FB_SIS=m
CONFIG_FB_SIS=y
CONFIG_FB_SIS_300=y
CONFIG_FB_SIS_315=y
CONFIG_FB_NEOMAGIC=m

View File

@ -163,3 +163,4 @@ CONFIG_LOGO_LINUX_MONO=y
# CONFIG_BLZ1230_SCSI is not set
# CONFIG_BLZ2060_SCSI is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_FB_SIS is not set

View File

@ -84,3 +84,5 @@ CONFIG_FB_VALKYRIE=y
CONFIG_FB_IMSTT=y
# CONFIG_PPC64 is not set
CONFIG_CLASSIC32=y
CONFIG_FB_SIS=m

1
debian/changelog vendored
View File

@ -15,6 +15,7 @@ linux-2.6 (2.6.17+2.6.18-rc7-0experimental.1) UNRELEASED; urgency=low
[ Sven Luther ]
* [powerpc] Enabled the -prep flavour.
* [powerpc] The sisfb framebuffer device is now builtin.
[ Frederik Schüler ]
* Remove obsolete options from amd64 and i386 configs.