From 4feefc75c716debe6a60ad2ce4310fe68796e235 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 16 Sep 2012 00:19:44 +0000 Subject: [PATCH] [i386] i810fb: Enable FB_I810_GTF, FB_I810_I2C (Closes: #687644) svn path=/dists/sid/linux/; revision=19381 --- debian/changelog | 1 + debian/config/kernelarch-x86/config-arch-32 | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 487c12738..76317c647 100644 --- a/debian/changelog +++ b/debian/changelog @@ -146,6 +146,7 @@ linux (3.2.29-1) UNRELEASED; urgency=low * af_netlink: force credentials passing (CVE-2012-3520) * netlink: fix possible spoofing from non-root processes * net: ipv4: ipmr_expire_timer causes crash when removing net namespace + * [i386] i810fb: Enable FB_I810_GTF, FB_I810_I2C (Closes: #687644) [ Bastian Blank ] * Make xen-linux-system meta-packages depend on xen-system. This allows diff --git a/debian/config/kernelarch-x86/config-arch-32 b/debian/config/kernelarch-x86/config-arch-32 index a7b5a3396..657567254 100644 --- a/debian/config/kernelarch-x86/config-arch-32 +++ b/debian/config/kernelarch-x86/config-arch-32 @@ -465,7 +465,8 @@ CONFIG_SERIAL_8250_EXAR_ST16C554=m ## file: drivers/video/Kconfig ## CONFIG_FB_I810=m -# CONFIG_FB_I810_GTF is not set +CONFIG_FB_I810_GTF=y +CONFIG_FB_I810_I2C=y CONFIG_FB_MATROX_G=y CONFIG_FB_MATROX_MAVEN=m CONFIG_FB_ATY_GENERIC_LCD=y