mtd/drivers/mtd/maps chestnut.c, NONE, 1.1 Kconfig, 1.41,
1.42 Makefile.common, 1.21, 1.22
David Woodhouse
dwmw2 at infradead.org
Wed Jan 5 11:59:54 EST 2005
- Previous message: mtd/fs/jffs3/ecos/src dir-ecos.c, 3.1, 3.2 flashio.c, 3.1,
3.2 fs-ecos.c, 3.3, 3.4 gcthread.c, 3.2, 3.3 malloc-ecos.c,
3.1, 3.2 os-ecos.h, 3.1, 3.2
- Next message: mtd/drivers/mtd/devices block2mtd.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv967
Modified Files:
Kconfig Makefile.common
Added Files:
chestnut.c
Log Message:
add chestnut map driver
***** Error reading new file: [Errno 2] No such file or directory: 'chestnut.c'
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- Kconfig 5 Jan 2005 12:42:24 -0000 1.41
+++ Kconfig 5 Jan 2005 16:59:50 -0000 1.42
@@ -405,6 +405,14 @@
Redwood board. If you have one of these boards and would like to
use the flash chips on it, say 'Y'.
+config MTD_CHESTNUT
+ tristate "CFI Flash devices mapped on IBM 750FX or IBM 750GX Eval Boards"
+ depends on MTD_CFI && PPC32 && CHESTNUT && MTD_PARTITIONS
+ help
+ This enables access routines for the flash chips on the IBM
+ 750FX and 750GX Eval Boards. If you have one of these boards and
+ would like to use the flash chips on it, say 'Y'
+
config MTD_CSTM_MIPS_IXX
tristate "Flash chip mapping on ITE QED-4N-S01B, Globespan IVR or custom board"
depends on MIPS && MTD_CFI && MTD_JEDECPROBE && MTD_PARTITIONS
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Makefile.common 9 Dec 2004 20:01:05 -0000 1.21
+++ Makefile.common 5 Jan 2005 16:59:50 -0000 1.22
@@ -54,6 +54,7 @@
obj-$(CONFIG_MTD_IMPA7) += impa7.o
obj-$(CONFIG_MTD_FORTUNET) += fortunet.o
obj-$(CONFIG_MTD_REDWOOD) += redwood.o
+obj-$(CONFIG_CHESTNUT) += chestnut.o
obj-$(CONFIG_MTD_UCLINUX) += uclinux.o
obj-$(CONFIG_MTD_NETtel) += nettel.o
obj-$(CONFIG_MTD_SCB2_FLASH) += scb2_flash.o
- Previous message: mtd/fs/jffs3/ecos/src dir-ecos.c, 3.1, 3.2 flashio.c, 3.1,
3.2 fs-ecos.c, 3.3, 3.4 gcthread.c, 3.2, 3.3 malloc-ecos.c,
3.1, 3.2 os-ecos.h, 3.1, 3.2
- Next message: mtd/drivers/mtd/devices block2mtd.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list