[kernel] r9875 - dists/trunk/linux-2.6/debian/config
Maximilian Attems
maks at alioth.debian.org
Tue Dec 4 15:10:52 UTC 2007
Author: maks
Date: Tue Dec 4 15:10:52 2007
New Revision: 9875
Log:
topconfig order mtd stuff, no functional change
Modified:
dists/trunk/linux-2.6/debian/config/config
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 Tue Dec 4 15:10:52 2007
@@ -536,19 +536,35 @@
# Connector - unified userspace <-> kernelspace linker
#
CONFIG_CONNECTOR=m
+
+#
+# User Modules And Translation Layers
+#
+CONFIG_MTD_BLKDEVS=m
+
+#
+# Mapping drivers for chip access
+#
+# CONFIG_MTD_ESB2ROM is not set
+# CONFIG_MTD_CK804XROM is not set
CONFIG_MTD_PLATRAM=m
-CONFIG_MTD_ONENAND_VERIFY_WRITE=y
-CONFIG_MTD_ONENAND=m
-CONFIG_MTD_M25P80=m
+
+#
+# Self-contained MTD device drivers
+#
CONFIG_MTD_DATAFLASH=m
-# CONFIG_MTD_ONENAND_OTP is not set
+CONFIG_MTD_M25P80=m
+
+#
+# Disk-On-Chip Device Drivers
+#
# CONFIG_MTD_NAND_ECC_SMC is not set
# CONFIG_MTD_NAND_MUSEUM_IDS is not set
-CONFIG_MTD_NAND_CS553X=m
-CONFIG_MTD_BLKDEVS=m
-# CONFIG_MTD_ESB2ROM is not set
-# CONFIG_MTD_CK804XROM is not set
CONFIG_MTD_NAND_CAFE=m
+CONFIG_MTD_ONENAND=m
+CONFIG_MTD_ONENAND_VERIFY_WRITE=y
+# CONFIG_MTD_ONENAND_OTP is not set
+
CONFIG_MTD_UBI=m
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_RESERVE=1
@@ -1995,4 +2011,5 @@
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_PDA_POWER=m
# CONFIG_AUXDISPLAY is not set
+CONFIG_MTD_NAND_CS553X=m
CONFIG_USB_R8A66597_HCD=m
More information about the Kernel-svn-changes
mailing list