mtd/drivers/mtd/maps p3p440.c, NONE, 1.1 Kconfig, 1.64,
1.65 Makefile.common, 1.36, 1.37
gleixner at infradead.org
gleixner at infradead.org
Tue Nov 29 03:54:58 EST 2005
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv5469
Modified Files:
Kconfig Makefile.common
Added Files:
p3p440.c
Log Message:
[MTD] Add P3P440 mapping driver
This patch adds MTD support (NOR FLASH) for the Prodrive P3P440
(440GP) PMC module.
Signed-off-by: Stefan Roese <sr at denx.de>
***** Error reading new file: [Errno 2] No such file or directory: 'p3p440.c'
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- Kconfig 28 Nov 2005 22:36:08 -0000 1.64
+++ Kconfig 29 Nov 2005 08:54:55 -0000 1.65
@@ -418,6 +418,14 @@
Ocotea board. If you have one of these boards and would like to
use the flash chips on it, say 'Y'.
+config MTD_P3P440
+ tristate "Flash devices mapped on Prodrive P3P440"
+ depends on MTD_CFI && P3P440
+ help
+ This enables access routines for the flash chips on the Prodrive
+ P3P440 board. If you have this board and would like to use the
+ flash chips on it, say 'Y'.
+
config MTD_REDWOOD
tristate "CFI Flash devices mapped on IBM Redwood"
depends on MTD_CFI && ( REDWOOD_4 || REDWOOD_5 || REDWOOD_6 )
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- Makefile.common 28 Nov 2005 22:36:08 -0000 1.36
+++ Makefile.common 29 Nov 2005 08:54:55 -0000 1.37
@@ -72,3 +72,4 @@
obj-$(CONFIG_MTD_OMAP_NOR) += omap_nor.o
obj-$(CONFIG_MTD_MTX1) += mtx-1_flash.o
obj-$(CONFIG_MTD_TQM834x) += tqm834x.o
+obj-$(CONFIG_MTD_P3P440) += p3p440.o
More information about the linux-mtd-cvs
mailing list