[kernel] r14525 - in dists/trunk/linux-2.6/debian: . config/armel

Martin Michlmayr tbm at alioth.debian.org
Fri Oct 30 20:35:17 UTC 2009


Author: tbm
Date: Fri Oct 30 20:35:15 2009
New Revision: 14525

Log:
make MTD_BLOCK & MTD_BLOCK_RO modular on arm.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/armel/config.iop32x
   dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx
   dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
   dists/trunk/linux-2.6/debian/config/armel/config.orion5x

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Fri Oct 30 12:12:20 2009	(r14524)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Oct 30 20:35:15 2009	(r14525)
@@ -11,6 +11,10 @@
   * Enable PERF_EVENTS, EVENT_PROFILE, CRYPTO_VMAC, CRYPTO_GHASH, TREE_RCU.
   * Use SLUB as default SLAB allocator.
 
+  [ Martin Michlmayr ]
+  * [arm] Make some options modular (since there's no reason for them to
+    be built in): MTD_BLOCK, MTD_BLOCK_RO.
+
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 26 Oct 2009 01:18:26 +0000
 
 linux-2.6 (2.6.31-1) unstable; urgency=low

Modified: dists/trunk/linux-2.6/debian/config/armel/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.iop32x	Fri Oct 30 12:12:20 2009	(r14524)
+++ dists/trunk/linux-2.6/debian/config/armel/config.iop32x	Fri Oct 30 20:35:15 2009	(r14525)
@@ -383,7 +383,8 @@
 CONFIG_MTD_CMDLINE_PARTS=y
 # CONFIG_MTD_AFS_PARTS is not set
 CONFIG_MTD_CHAR=y
-CONFIG_MTD_BLOCK=y
+CONFIG_MTD_BLOCK=m
+CONFIG_MTD_BLOCK_RO=m
 # CONFIG_FTL is not set
 # CONFIG_NFTL is not set
 # CONFIG_INFTL is not set

Modified: dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx	Fri Oct 30 12:12:20 2009	(r14524)
+++ dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx	Fri Oct 30 20:35:15 2009	(r14525)
@@ -375,7 +375,8 @@
 # CONFIG_MTD_CMDLINE_PARTS is not set
 # CONFIG_MTD_AFS_PARTS is not set
 CONFIG_MTD_CHAR=y
-CONFIG_MTD_BLOCK=y
+CONFIG_MTD_BLOCK=m
+CONFIG_MTD_BLOCK_RO=m
 # CONFIG_FTL is not set
 # CONFIG_NFTL is not set
 # CONFIG_INFTL is not set

Modified: dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.kirkwood	Fri Oct 30 12:12:20 2009	(r14524)
+++ dists/trunk/linux-2.6/debian/config/armel/config.kirkwood	Fri Oct 30 20:35:15 2009	(r14525)
@@ -240,8 +240,8 @@
 CONFIG_MTD_CMDLINE_PARTS=y
 # CONFIG_MTD_AFS_PARTS is not set
 CONFIG_MTD_CHAR=y
-CONFIG_MTD_BLKDEVS=y
-CONFIG_MTD_BLOCK=y
+CONFIG_MTD_BLOCK=m
+CONFIG_MTD_BLOCK_RO=m
 CONFIG_FTL=y
 CONFIG_NFTL=y
 # CONFIG_NFTL_RW is not set

Modified: dists/trunk/linux-2.6/debian/config/armel/config.orion5x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.orion5x	Fri Oct 30 12:12:20 2009	(r14524)
+++ dists/trunk/linux-2.6/debian/config/armel/config.orion5x	Fri Oct 30 20:35:15 2009	(r14525)
@@ -229,7 +229,8 @@
 # CONFIG_MTD_AFS_PARTS is not set
 CONFIG_MTD_CHAR=y
 CONFIG_MTD_BLKDEVS=y
-CONFIG_MTD_BLOCK=y
+CONFIG_MTD_BLOCK=m
+CONFIG_MTD_BLOCK_RO=m
 CONFIG_FTL=y
 CONFIG_NFTL=y
 # CONFIG_NFTL_RW is not set



More information about the Kernel-svn-changes mailing list