mtd/drivers/mtd/devices Config.in,1.10,1.11 Kconfig,1.2,1.3
Makefile.common,1.2,1.3 doc1000.c,1.17,NONE
David Woodhouse
dwmw2 at infradead.org
Wed May 28 06:54:26 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/tmp/cvs-serv29163
Modified Files:
Config.in Kconfig Makefile.common
Removed Files:
doc1000.c
Log Message:
config updates for 2.5, remove doc1000
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Config.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Config.in 23 May 2003 11:29:34 -0000 1.10
+++ Config.in 28 May 2003 10:54:23 -0000 1.11
@@ -28,7 +28,6 @@
dep_tristate ' MTD emulation using block device' CONFIG_MTD_BLKMTD $CONFIG_MTD
comment 'Disk-On-Chip Device Drivers'
- dep_tristate ' M-Systems Disk-On-Chip 1000' CONFIG_MTD_DOC1000 $CONFIG_MTD
dep_tristate ' M-Systems Disk-On-Chip 2000 and Millennium' CONFIG_MTD_DOC2000 $CONFIG_MTD
dep_tristate ' M-Systems Disk-On-Chip Millennium-only alternative driver (see help)' CONFIG_MTD_DOC2001 $CONFIG_MTD
dep_tristate ' M-Systems Disk-On-Chip Millennium Plus driver (see help)' CONFIG_MTD_DOC2001PLUS $CONFIG_MTD
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Kconfig,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Kconfig 23 May 2003 11:29:34 -0000 1.2
+++ Kconfig 28 May 2003 10:54:23 -0000 1.3
@@ -38,6 +38,12 @@
is only really useful if you are developing on this driver or
suspect a possible hardware or driver bug. If unsure say N.
+config MTD_MS02NV
+ tristate "DEC MS02-NV NVRAM module support"
+ depends on CONFIG_DECSTATION
+ help
+ Support for NVRAM module on DECstation.
+
config MTD_SLRAM
tristate "Uncached system RAM"
depends on MTD
@@ -108,13 +114,6 @@
comment "Disk-On-Chip Device Drivers"
-config MTD_DOC1000
- tristate "M-Systems Disk-On-Chip 1000"
- depends on MTD
- help
- This provides an MTD device driver for the M-Systems DiskOnChip
- 1000 devices, which are obsolete so you probably want to say 'N'.
-
config MTD_DOC2000
tristate "M-Systems Disk-On-Chip 2000 and Millennium"
depends on MTD
@@ -216,7 +215,7 @@
continue with probing if it is absent. The signature will always be
present for a DiskOnChip 2000 or a normal DiskOnChip Millennium.
Only if you have overwritten the first block of a DiskOnChip
- Millennium will it be absent. Enable this option if you are using
+ Millennium will it be absent. Enable this option if you are using
LinuxBIOS or if you need to recover a DiskOnChip Millennium on which
you have managed to wipe the first block.
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Makefile.common,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.common 23 May 2003 11:29:34 -0000 1.2
+++ Makefile.common 28 May 2003 10:54:23 -0000 1.3
@@ -15,7 +15,6 @@
# here where previously there was none. We now have to ensure that
# doc200[01].o are linked before docprobe.o
-obj-$(CONFIG_MTD_DOC1000) += doc1000.o
obj-$(CONFIG_MTD_DOC2000) += doc2000.o
obj-$(CONFIG_MTD_DOC2001) += doc2001.o
obj-$(CONFIG_MTD_DOC2001PLUS) += doc2001plus.o
--- doc1000.c DELETED ---
More information about the linux-mtd-cvs
mailing list