mtd/drivers/mtd/maps Kconfig,1.42,1.43 Makefile.common,1.23,1.24

bjd at infradead.org bjd at infradead.org
Sun Jan 23 19:35:24 EST 2005


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

Modified Files:
	Kconfig Makefile.common 
Log Message:
Addition of plat-ram driver (RAM Platform Device)


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- Kconfig	5 Jan 2005 16:59:50 -0000	1.42
+++ Kconfig	24 Jan 2005 00:35:21 -0000	1.43
@@ -667,5 +667,15 @@
 	help
 	  This enables access to the flash chip on the Sharp SL Series of PDAs.
 
+config MTD_PLATRAM
+	tristate "Map driver for platfrom device RAM (mtd-ram)"
+	depends on MTD
+	select MTD_RAM
+	help
+	  Map driver for RAM areas described via the platform device
+	  system.
+
+	  This selection automatically selects the map_ram driver.
+
 endmenu
 

Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Makefile.common	5 Jan 2005 17:06:36 -0000	1.23
+++ Makefile.common	24 Jan 2005 00:35:21 -0000	1.24
@@ -72,3 +72,4 @@
 obj-$(CONFIG_MTD_WRSBC8260)	+= wr_sbc82xx_flash.o
 obj-$(CONFIG_MTD_DMV182)	+= dmv182.o
 obj-$(CONFIG_MTD_SHARP_SL)	+= sharpsl-flash.o
+obj-$(CONFIG_MTD_PLATRAM)	+= plat-ram.o
\ No newline at end of file





More information about the linux-mtd-cvs mailing list