[kernel] r19865 - in dists/sid/linux/debian: . config/armel

Ben Hutchings benh at alioth.debian.org
Wed Feb 27 03:20:13 UTC 2013


Author: benh
Date: Wed Feb 27 03:20:12 2013
New Revision: 19865

Log:
[armel/versatile] i2c: Re-enable I2C_PCA_PLATFORM as module, erroneously disabled in 3.2.39-1 (fixes FTBFS)

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/armel/config.versatile

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Wed Feb 27 03:09:17 2013	(r19864)
+++ dists/sid/linux/debian/changelog	Wed Feb 27 03:20:12 2013	(r19865)
@@ -10,6 +10,8 @@
     - rcutiny: Use simple waitqueue
   * [x86] efi: Fix ABI change for introduction of efi_enabled() function
     in 3.2.38 (Closes: #701690)
+  * [armel/versatile] i2c: Re-enable I2C_PCA_PLATFORM as module, erroneously
+    disabled in 3.2.39-1 (fixes FTBFS)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 26 Feb 2013 02:19:28 +0000
 

Modified: dists/sid/linux/debian/config/armel/config.versatile
==============================================================================
--- dists/sid/linux/debian/config/armel/config.versatile	Wed Feb 27 03:09:17 2013	(r19864)
+++ dists/sid/linux/debian/config/armel/config.versatile	Wed Feb 27 03:20:12 2013	(r19865)
@@ -155,7 +155,7 @@
 ##
 # CONFIG_I2C_ISCH is not set
 # CONFIG_I2C_OCORES is not set
-# CONFIG_I2C_PCA_PLATFORM is not set
+CONFIG_I2C_PCA_PLATFORM=m
 # CONFIG_I2C_SIMTEC is not set
 CONFIG_I2C_VERSATILE=m
 



More information about the Kernel-svn-changes mailing list