From 6d3cbaa3b20132f3aca18e5a4e254fd435e7b4c3 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Wed, 13 Aug 2008 10:14:17 +0000 Subject: [PATCH] Enable the new Cobalt LCD driver FB_COBALT. svn path=/dists/trunk/linux-2.6/; revision=12058 --- debian/changelog | 3 ++- debian/config/mipsel/config.r5k-cobalt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bbca18c08..346146146 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ linux-2.6 (2.6.27~rc3-1~experimental.1) UNRELEASED; urgency=low [ Martin Michlmayr ] * [mips/r4k-ip22, mips/sb1-bcm91250a] Don't build in ISO9660. - [ [mipsel/r5k-cobalt] Enable INPUT_COBALT_BTNS. + * [mipsel/r5k-cobalt] Enable INPUT_COBALT_BTNS. + * [mipsel/r5k-cobalt] Enable the new Cobalt LCD driver FB_COBALT. [ Ian Campbell ] * [x86]: Enable Xen guest support in amd64 flavour. diff --git a/debian/config/mipsel/config.r5k-cobalt b/debian/config/mipsel/config.r5k-cobalt index fe88fe7e9..60d7b5244 100644 --- a/debian/config/mipsel/config.r5k-cobalt +++ b/debian/config/mipsel/config.r5k-cobalt @@ -121,7 +121,6 @@ CONFIG_VT_CONSOLE=y # CONFIG_PPDEV is not set # CONFIG_RTC is not set # CONFIG_GEN_RTC is not set -CONFIG_COBALT_LCD=y # CONFIG_DTLK is not set # CONFIG_APPLICOM is not set # CONFIG_TELCLOCK is not set @@ -743,7 +742,8 @@ CONFIG_USB_STORAGE_ALAUDA=y ## ## file: drivers/video/Kconfig ## -# CONFIG_FB is not set +CONFIG_FB=m +CONFIG_FB_COBALT=m ## ## file: drivers/video/console/Kconfig