mtd/drivers/mtd/devices Kconfig,1.10,1.11
dbrown at infradead.org
dbrown at infradead.org
Mon Jul 26 13:31:41 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/tmp/cvs-serv11996
Modified Files:
Kconfig
Log Message:
Mark old DiskOnChip drivers "DEPRECIATED" in an attempt to push users to the new one.
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Kconfig,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Kconfig 15 Jul 2004 00:34:49 -0000 1.10
+++ Kconfig 26 Jul 2004 17:31:38 -0000 1.11
@@ -128,7 +128,7 @@
comment "Disk-On-Chip Device Drivers"
config MTD_DOC2000
- tristate "M-Systems Disk-On-Chip 2000 and Millennium"
+ tristate "M-Systems Disk-On-Chip 2000 and Millennium (DEPRECIATED)"
depends on MTD
---help---
This provides an MTD device driver for the M-Systems DiskOnChip
@@ -144,8 +144,12 @@
emulate a block device by using a kind of file system on the flash
chips.
+ NOTE: This driver is depreciated and will probably be removed soon.
+ Please try the new DiskOnChip driver under "NAND Flash Device
+ Drivers".
+
config MTD_DOC2001
- tristate "M-Systems Disk-On-Chip Millennium-only alternative driver (see help)"
+ tristate "M-Systems Disk-On-Chip Millennium-only alternative driver (DEPRECIATED)"
depends on MTD
---help---
This provides an alternative MTD device driver for the M-Systems
@@ -160,6 +164,10 @@
emulate a block device by using a kind of file system on the flash
chips.
+ NOTE: This driver is depreciated and will probably be removed soon.
+ Please try the new DiskOnChip driver under "NAND Flash Device
+ Drivers".
+
config MTD_DOC2001PLUS
tristate "M-Systems Disk-On-Chip Millennium Plus"
depends on MTD
@@ -172,6 +180,10 @@
to emulate a block device by using a kind of file system on the
flash chips.
+ NOTE: This driver will soon be replaced by the new DiskOnChip driver
+ under "NAND Flash Device Drivers" (currently that driver does not
+ support all Millennium Plus devices).
+
config MTD_DOCPROBE
tristate
default m if MTD_DOC2001!=y && MTD_DOC2000!=y && MTD_DOC2001PLUS!=y && (MTD_DOC2001=m || MTD_DOC2000=m || MTD_DOC2001PLUS=m)
More information about the linux-mtd-cvs
mailing list