[kernel] r19381 - in dists/sid/linux/debian: . config/kernelarch-x86

Ben Hutchings benh at alioth.debian.org
Sun Sep 16 00:19:45 UTC 2012


Author: benh
Date: Sun Sep 16 00:19:44 2012
New Revision: 19381

Log:
[i386] i810fb: Enable FB_I810_GTF, FB_I810_I2C (Closes: #687644)

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/kernelarch-x86/config-arch-32

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Sun Sep 16 00:04:13 2012	(r19380)
+++ dists/sid/linux/debian/changelog	Sun Sep 16 00:19:44 2012	(r19381)
@@ -146,6 +146,7 @@
   * 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

Modified: dists/sid/linux/debian/config/kernelarch-x86/config-arch-32
==============================================================================
--- dists/sid/linux/debian/config/kernelarch-x86/config-arch-32	Sun Sep 16 00:04:13 2012	(r19380)
+++ dists/sid/linux/debian/config/kernelarch-x86/config-arch-32	Sun Sep 16 00:19:44 2012	(r19381)
@@ -465,7 +465,8 @@
 ## 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



More information about the Kernel-svn-changes mailing list