[kernel] r12914 - in dists/trunk/linux-2.6/debian: . config/arm

Martin Michlmayr tbm at alioth.debian.org
Sun Feb 22 18:31:04 UTC 2009


Author: tbm
Date: Sun Feb 22 18:31:02 2009
New Revision: 12914

Log:
[arm/versatile, arm/iop32x, arm/ixp4xx] Make LLC2 modular.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/arm/config.iop32x
   dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
   dists/trunk/linux-2.6/debian/config/arm/config.versatile

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sun Feb 22 18:31:02 2009
@@ -23,6 +23,7 @@
   [ Martin Michlmayr ]
   * [mips/r4k-ip22] Build in RTC_DRV_DS1286.
   * [mips/r5k-ip32] Build in RTC_DRV_CMOS.
+  * [arm/versatile, arm/iop32x, arm/ixp4xx] Make LLC2 modular.
 
  -- maximilian attems <maks at debian.org>  Thu, 19 Feb 2009 13:25:20 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.iop32x	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.iop32x	Sun Feb 22 18:31:02 2009
@@ -819,7 +819,7 @@
 ##
 ## file: net/llc/Kconfig
 ##
-CONFIG_LLC2=y
+CONFIG_LLC2=m
 
 ##
 ## file: net/wanrouter/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	Sun Feb 22 18:31:02 2009
@@ -879,7 +879,7 @@
 ##
 ## file: net/llc/Kconfig
 ##
-CONFIG_LLC2=y
+CONFIG_LLC2=m
 
 ##
 ## file: net/wanrouter/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/arm/config.versatile
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.versatile	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.versatile	Sun Feb 22 18:31:02 2009
@@ -531,7 +531,7 @@
 ##
 ## file: net/llc/Kconfig
 ##
-CONFIG_LLC2=y
+CONFIG_LLC2=m
 
 ##
 ## file: net/wanrouter/Kconfig



More information about the Kernel-svn-changes mailing list