mtd/drivers/mtd/nand Makefile.common,1.14,1.15 Kconfig,1.23,1.24

Artem Bityuckiy dedekind at infradead.org
Fri Nov 26 07:28:24 EST 2004


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

Modified Files:
	Makefile.common Kconfig 
Log Message:
Add the NAND simulator's records


Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Makefile.common,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile.common	24 Nov 2004 19:33:56 -0000	1.14
+++ Makefile.common	26 Nov 2004 12:28:22 -0000	1.15
@@ -19,5 +19,6 @@
 obj-$(CONFIG_MTD_NAND_H1900)		+= h1910.o
 obj-$(CONFIG_MTD_NAND_RTC_FROM4)	+= rtc_from4.o
 obj-$(CONFIG_MTD_NAND_SHARPSL)		+= sharpsl.o
+obj-$(CONFIG_MTD_NAND_NANDSIM)		+= nandsim.o
 
 nand-objs = nand_base.o nand_bbt.o

Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Kconfig	24 Nov 2004 19:33:56 -0000	1.23
+++ Kconfig	26 Nov 2004 12:28:22 -0000	1.24
@@ -197,4 +197,12 @@
  	bool "Support for NAND Flash on Sharp SL Series (C7xx + others)"
  	depends on MTD_NAND	&& ARCH_PXA
  
+ config MTD_NAND_NANDSIM
+ 	bool "Support for NAND Flash Simulator"
+ 	depends on MTD_NAND
+
+	help
+	  The simulator may simulate verious NAND flash chips for the
+	  MTD nand layer.
+ 
 endmenu





More information about the linux-mtd-cvs mailing list