mtd/drivers/mtd/maps wr_sbc82xx_flash.c, NONE, 1.1 Kconfig, 1.22,
1.23 Makefile.common, 1.11, 1.12
David Woodhouse
dwmw2 at infradead.org
Mon Jun 7 06:21:35 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv17036
Modified Files:
Kconfig Makefile.common
Added Files:
wr_sbc82xx_flash.c
Log Message:
Add map driver for WindRiver PowerQUICC II MPC82xx boards.
***** Error reading new file: [Errno 2] No such file or directory: 'wr_sbc82xx_flash.c'
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Kconfig 13 May 2004 22:21:26 -0000 1.22
+++ Kconfig 7 Jun 2004 10:21:32 -0000 1.23
@@ -556,5 +556,12 @@
help
Map driver to support image based filesystems for uClinux.
+config MTD_WRSBC8260
+ tristate "Map driver for WindRiver PowerQUICC II MPC82xx board"
+ depends on MTD_PARTITIONS && SBC82xx
+ help
+ Map driver for WindRiver PowerQUICC II MPC82xx board. Drives
+ all three flash regions on CS0, CS1 and CS6 if they are configured
+ correctly by the boot loader.
endmenu
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile.common 13 May 2004 22:21:26 -0000 1.11
+++ Makefile.common 7 Jun 2004 10:21:32 -0000 1.12
@@ -68,5 +68,6 @@
obj-$(CONFIG_MTD_NOR_TOTO) += omap-toto-flash.o
obj-$(CONFIG_MTD_MPC1211) += mpc1211.o
obj-$(CONFIG_MTD_IXP4XX) += ixp4xx.o
+obj-$(CONFIG_MTD_WRSBC8260) += wr_sbc82xx_flash.o
-include $(TOPDIR)/Rules.make
More information about the linux-mtd-cvs
mailing list