diff options
author | Maximilian Attems <maks@debian.org> | 2007-06-15 08:00:30 +0000 |
---|---|---|
committer | Maximilian Attems <maks@debian.org> | 2007-06-15 08:00:30 +0000 |
commit | 977cda078b7fb258bb62bc8d37bd7b671ea00537 (patch) | |
tree | e9c9f5901fec7faf59c2690d0a63d8f0c9d8afc5 | |
parent | 3a4a20624db5f7abcb3d51fd4f298bed38654d48 (diff) | |
download | kernel_replicant_linux-977cda078b7fb258bb62bc8d37bd7b671ea00537.tar.gz kernel_replicant_linux-977cda078b7fb258bb62bc8d37bd7b671ea00537.tar.bz2 kernel_replicant_linux-977cda078b7fb258bb62bc8d37bd7b671ea00537.zip |
enable ppc only fb for IBM GXT4500P adaptor
svn path=/dists/trunk/linux-2.6/; revision=8979
-rw-r--r-- | debian/arch/powerpc/config | 1 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/arch/powerpc/config b/debian/arch/powerpc/config index ab3f9c809271..502667bb81c5 100644 --- a/debian/arch/powerpc/config +++ b/debian/arch/powerpc/config @@ -729,6 +729,7 @@ CONFIG_FB_3DFX=y CONFIG_FB_VOODOO1=y CONFIG_FB_TRIDENT=m CONFIG_FB_TRIDENT_ACCEL=y +CONFIG_FB_IBM_GXT4500=m CONFIG_FB_S1D13XXX=m # CONFIG_FB_VIRTUAL is not set CONFIG_VGA_CONSOLE=y diff --git a/debian/changelog b/debian/changelog index 5c93d8e605b6..9e7c2c86a622 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ linux-2.6 (2.6.22~rc4-1~experimental.1) UNRELEASED; urgency=low * [amd64] Enable KS0108 LCD controller. * Enable the new firewire stack labeled to be more simple and robust. * [i386] Enable VMI paravirtualized interface. + * [powerpc] Enable fb for IBM GXT4500P adaptor. [ Martin Michlmayr ] * mipsel/r5k-cobalt: Use the new RTC system. @@ -47,7 +48,7 @@ linux-2.6 (2.6.22~rc4-1~experimental.1) UNRELEASED; urgency=low NSLU2 and the NAS100D. Thanks to Michael-Luke Jones and Rod Whitby. * arm/ixp4xx: Update Artop PATA support patch for the NAS 100d. - -- Gordon Farquharson <gordonfarquharson@gmail.com> Sun, 10 Jun 2007 22:52:02 -0600 + -- maximilian attems <maks@debian.org> Fri, 15 Jun 2007 09:58:33 +0200 linux-2.6 (2.6.21-3) UNRELEASED; urgency=low |