[i386] video: Clean up Geode framebuffer config

- [i386/486] video: Change FB_GEODE_LX from built-in to module (lxfb) (Closes: #686528)
- [i386/686-pae] video: Disable Geode framebuffer drivers, not used with any chips that support PAE

svn path=/dists/sid/linux/; revision=19368
This commit is contained in:
Ben Hutchings 2012-09-03 01:47:39 +00:00
parent 0dc8c8d372
commit 638384b951
5 changed files with 13 additions and 14 deletions

4
debian/changelog vendored
View File

@ -106,6 +106,10 @@ linux (3.2.28-1) UNRELEASED; urgency=low
(Closes: #668211)
* [alpha] Use gcc-4.6 (Closes: #685894)
- Use large data model to work around link failure
* [i386/486] video: Change FB_GEODE_LX from built-in to module (lxfb)
(Closes: #686528)
* [i386/686-pae] video: Disable Geode framebuffer drivers, not used with
any chips that support PAE
[ Bastian Blank ]
* Make xen-linux-system meta-packages depend on xen-system. This allows

View File

@ -136,7 +136,10 @@ CONFIG_MOXA_INTELLIO=m
##
## file: drivers/video/geode/Kconfig
##
CONFIG_FB_GEODE_LX=y
CONFIG_FB_GEODE=y
CONFIG_FB_GEODE_LX=m
CONFIG_FB_GEODE_GX=m
CONFIG_FB_GEODE_GX1=m
##
## file: mm/Kconfig

View File

@ -1502,6 +1502,11 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
##
## file: drivers/video/geode/Kconfig
##
# CONFIG_FB_GEODE is not set
##
## file: drivers/watchdog/Kconfig
##

View File

@ -476,14 +476,6 @@ CONFIG_FB_SAVAGE_I2C=y
##
CONFIG_MDA_CONSOLE=m
##
## file: drivers/video/geode/Kconfig
##
CONFIG_FB_GEODE=y
CONFIG_FB_GEODE_LX=m
CONFIG_FB_GEODE_GX=m
CONFIG_FB_GEODE_GX1=m
##
## file: drivers/watchdog/Kconfig
##

View File

@ -101,11 +101,6 @@ CONFIG_FB_MATROX_MAVEN=m
# CONFIG_FB_ATY_GENERIC_LCD is not set
# CONFIG_FB_SAVAGE_I2C is not set
##
## file: drivers/video/geode/Kconfig
##
# CONFIG_FB_GEODE is not set
##
## file: init/Kconfig
##