mtd/drivers/mtd/maps omap-toto-flash.c,NONE,1.1 Config.in,1.58,1.59
Kconfig,1.15,1.16 Makefile.common,1.4,1.5
David Woodhouse
dwmw2 at infradead.org
Tue Oct 21 09:55:24 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv28882
Modified Files:
Config.in Kconfig Makefile.common
Added Files:
omap-toto-flash.c
Log Message:
Add Toto map driver
***** Error reading new file: [Errno 2] No such file or directory: 'omap-toto-flash.c'
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Config.in,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- Config.in 1 Oct 2003 17:37:36 -0000 1.58
+++ Config.in 21 Oct 2003 13:55:21 -0000 1.59
@@ -122,6 +122,7 @@
dep_tristate ' CFI Flash device mapped on Hynix evaluation boards' CONFIG_MTD_H720X $CONFIG_MTD_CFI
dep_tristate ' JEDEC Flash device mapped on impA7' CONFIG_MTD_IMPA7 $CONFIG_MTD_JEDECPROBE
dep_tristate ' JEDEC Flash device mapped on Ceiva/Polaroid PhotoMax Digital Picture Frame' CONFIG_MTD_CEIVA $CONFIG_MTD_JEDECPROBE $CONFIG_ARCH_CEIVA
+ dep_tristate ' NOR Flash device on TOTO board' CONFIG_MTD_NOR_TOTO $CONFIG_MTD $CONFIG_OMAP_TOTO
fi
if [ "$CONFIG_ALPHA" = "y" ]; then
dep_tristate ' Flash chip mapping on TSUNAMI' CONFIG_MTD_TSUNAMI $CONFIG_MTD_GENPROBE $CONFIG_MTD_COMPLEX_MAPPINGS
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Kconfig 1 Oct 2003 17:37:36 -0000 1.15
+++ Kconfig 21 Oct 2003 13:55:21 -0000 1.16
@@ -455,6 +455,13 @@
PhotoMax Digital Picture Frame.
If you have such a device, say 'Y'.
+config MTD_NOR_TOTO
+ tristate "NOR Flash device on TOTO board"
+ depends on ARM && ARCH_OMAP && OMAP_TOTO
+ help
+ This enables access to the NOR flash on the Texas Instruments
+ TOTO board.
+
config MTD_H720X
tristate "Hynix evaluation board mappings"
depends on ARM && MTD_CFI && ( ARCH_H7201 || ARCH_H7202 )
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.common 30 Sep 2003 16:15:05 -0000 1.4
+++ Makefile.common 21 Oct 2003 13:55:21 -0000 1.5
@@ -63,5 +63,6 @@
obj-$(CONFIG_MTD_ARCTIC) += arctic-mtd.o
obj-$(CONFIG_MTD_H720X) += h720x-flash.o
obj-$(CONFIG_MTD_SBC8240) += sbc8240.o
+obj-$(CONFIG_MTD_NOR_TOTO) += omap-toto-flash.o
-include $(TOPDIR)/Rules.make
More information about the linux-mtd-cvs
mailing list