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

Martin Michlmayr tbm at alioth.debian.org
Fri Oct 30 20:42:49 UTC 2009


Author: tbm
Date: Fri Oct 30 20:42:48 2009
New Revision: 14528

Log:
make some MTD chip support modular

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 20:40:07 2009	(r14527)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Oct 30 20:42:48 2009	(r14528)
@@ -13,7 +13,8 @@
 
   [ Martin Michlmayr ]
   * [arm] Make some options modular (since there's no reason for them to
-    be built in): MTD_BLOCK, MTD_BLOCK_RO, FTL, NFTL.
+    be built in): MTD_BLOCK, MTD_BLOCK_RO, FTL, NFTL, MTD_CFI_AMDSTD,
+    MTD_CFI_STAA.
   * [arm] Turn off options that are not needed: MTD_CMDLINE_PARTS
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 26 Oct 2009 01:18:26 +0000

Modified: dists/trunk/linux-2.6/debian/config/armel/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.iop32x	Fri Oct 30 20:40:07 2009	(r14527)
+++ dists/trunk/linux-2.6/debian/config/armel/config.iop32x	Fri Oct 30 20:42:48 2009	(r14528)
@@ -414,8 +414,8 @@
 # CONFIG_MTD_CFI_I8 is not set
 # CONFIG_MTD_OTP is not set
 CONFIG_MTD_CFI_INTELEXT=y
-CONFIG_MTD_CFI_AMDSTD=y
-# CONFIG_MTD_CFI_STAA is not set
+CONFIG_MTD_CFI_AMDSTD=m
+CONFIG_MTD_CFI_STAA=m
 CONFIG_MTD_RAM=m
 # CONFIG_MTD_ROM is not set
 # CONFIG_MTD_ABSENT 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 20:40:07 2009	(r14527)
+++ dists/trunk/linux-2.6/debian/config/armel/config.ixp4xx	Fri Oct 30 20:42:48 2009	(r14528)
@@ -406,8 +406,8 @@
 # CONFIG_MTD_CFI_I8 is not set
 # CONFIG_MTD_OTP is not set
 CONFIG_MTD_CFI_INTELEXT=y
-# CONFIG_MTD_CFI_AMDSTD is not set
-# CONFIG_MTD_CFI_STAA is not set
+CONFIG_MTD_CFI_AMDSTD=m
+CONFIG_MTD_CFI_STAA=m
 CONFIG_MTD_RAM=m
 # CONFIG_MTD_ROM is not set
 # CONFIG_MTD_ABSENT 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 20:40:07 2009	(r14527)
+++ dists/trunk/linux-2.6/debian/config/armel/config.kirkwood	Fri Oct 30 20:42:48 2009	(r14528)
@@ -274,8 +274,8 @@
 # CONFIG_MTD_CFI_I8 is not set
 # CONFIG_MTD_OTP is not set
 CONFIG_MTD_CFI_INTELEXT=y
-CONFIG_MTD_CFI_AMDSTD=y
-CONFIG_MTD_CFI_STAA=y
+CONFIG_MTD_CFI_AMDSTD=m
+CONFIG_MTD_CFI_STAA=m
 # CONFIG_MTD_RAM is not set
 # CONFIG_MTD_ROM is not set
 # CONFIG_MTD_ABSENT 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 20:40:07 2009	(r14527)
+++ dists/trunk/linux-2.6/debian/config/armel/config.orion5x	Fri Oct 30 20:42:48 2009	(r14528)
@@ -263,8 +263,8 @@
 # CONFIG_MTD_CFI_I8 is not set
 # CONFIG_MTD_OTP is not set
 CONFIG_MTD_CFI_INTELEXT=y
-CONFIG_MTD_CFI_AMDSTD=y
-CONFIG_MTD_CFI_STAA=y
+CONFIG_MTD_CFI_AMDSTD=m
+CONFIG_MTD_CFI_STAA=m
 # CONFIG_MTD_RAM is not set
 # CONFIG_MTD_ROM is not set
 # CONFIG_MTD_ABSENT is not set



More information about the Kernel-svn-changes mailing list