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

Martin Michlmayr tbm at alioth.debian.org
Sun Feb 22 19:57:50 UTC 2009


Author: tbm
Date: Sun Feb 22 19:57:48 2009
New Revision: 12928

Log:
disable NET_DSA in topconfig since this hardware is special purpose and
cannot be compiled as a module.


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/config

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 19:57:48 2009
@@ -28,8 +28,9 @@
   * [arm/versatile, arm/iop32x, arm/ixp4xx] Make LLC2 modular.
   * [arm, mips, mipsel] Make MII modular.
   * [arm/ixp4xx] Make IXP4XX_WATCHDOG modular.
-  * [arm/iop32x, arm/ixp4xx] Unset NET_DSA since it bloats the kernel
-    image too much and cannot be made modular at the moment.
+  * topconfig: NET_DSA since this hardware is special purpose and the
+    option cannot be made modular at the moment and bloats the kernel
+    image too much.
 
  -- 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 19:57:48 2009
@@ -906,6 +906,3 @@
 
 # CONFIG_DEBUG_KERNEL is not set
 
-# Cannot be made modular at the moment and just bloats the kernel
-# CONFIG_NET_DSA is not set
-

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 19:57:48 2009
@@ -957,6 +957,3 @@
 
 # CONFIG_DEBUG_KERNEL is not set
 
-# Cannot be made modular at the moment and just bloats the kernel
-# CONFIG_NET_DSA is not set
-

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Sun Feb 22 19:57:48 2009
@@ -2494,10 +2494,7 @@
 ##
 ## file: net/dsa/Kconfig
 ##
-CONFIG_NET_DSA=y
-CONFIG_NET_DSA_MV88E6060=y
-CONFIG_NET_DSA_MV88E6131=y
-CONFIG_NET_DSA_MV88E6123_61_65=y
+# CONFIG_NET_DSA is not set
 
 ##
 ## file: net/ieee80211/Kconfig



More information about the Kernel-svn-changes mailing list