mtd/drivers/mtd/nand Kconfig,1.10,1.11 Makefile.common,1.7,1.8

dbrown at infradead.org dbrown at infradead.org
Wed Jun 16 22:43:27 EDT 2004


Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv7551/drivers/mtd/nand

Modified Files:
	Kconfig Makefile.common 
Log Message:
Add kernel config option to build diskonchip.c


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Kconfig	31 May 2004 10:20:06 -0000	1.10
+++ Kconfig	17 Jun 2004 02:43:24 -0000	1.11
@@ -79,5 +79,17 @@
 	depends on PPCHAMELEONEVB && MTD_NAND
 	help
 	  This enables the NAND flash driver on the PPChameleon EVB Board.	
+
+config MTD_NAND_DISKONCHIP
+	tristate "DiskOnChip 2000 and Millenium (NAND reimplementation) (EXPERIMENTAL)"
+	depends on MTD_NAND && EXPERIMENTAL
+	help
+	  This is a reimplementation of M-Systems DiskOnChip 2000 and
+	  Millenium as a standard NAND device driver, as opposed to the
+	  earlier self-contained MTD device drivers.
+	  This should enable, among other things, proper JFFS2 operation on
+	  these devices.
+	  This is still a work in progress, and almost certainly still has
+	  data-destroying bugs.  You have been warned.
 endmenu
 

Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Makefile.common,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.common	26 May 2004 13:35:52 -0000	1.7
+++ Makefile.common	17 Jun 2004 02:43:24 -0000	1.8
@@ -19,6 +19,7 @@
 obj-$(CONFIG_MTD_NAND_AU1550)	  += au1550nd.o
 obj-$(CONFIG_MTD_NAND_IDS)	+= nand_ids.o
 obj-$(CONFIG_MTD_NAND_PPCHAMELEONEVB)   += ppchameleonevb.o
+obj-$(CONFIG_MTD_NAND_DISKONCHIP) += diskonchip.o
 
 nand-objs = nand_base.o nand_bbt.o
 





More information about the linux-mtd-cvs mailing list