mtd/drivers/mtd/maps ixp2000.c, NONE, 1.1 Kconfig, 1.32,
1.33 Makefile.common, 1.16, 1.17
dsaxena at plexity.net
dsaxena at plexity.net
Wed Sep 1 20:13:44 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv19181
Modified Files:
Kconfig Makefile.common
Added Files:
ixp2000.c
Log Message:
Add IXP2000 MTD driver
***** Error reading new file: [Errno 2] No such file or directory: 'ixp2000.c'
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Kconfig 24 Aug 2004 19:06:09 -0000 1.32
+++ Kconfig 2 Sep 2004 00:13:41 -0000 1.33
@@ -482,11 +482,20 @@
tristate "CFI Flash device mapped on Intel IXP4xx based systems"
depends on ARM && MTD_CFI && MTD_COMPLEX_MAPPINGS && ARCH_IXP4XX
help
- This eables MTD access to flash devices on platforms based
+ This enables MTD access to flash devices on platforms based
on Intel's IXP4xx family of network processors such as the
IXDP425 and Coyote. If you have an IXP4xx based board and
would like to use the flash chips on it, say 'Y'.
+config MTD_IXP2000
+ tristate "CFI Flash device mapped on Intel IXP2000 based systems"
+ depends on ARM && MTD_CFI && MTD_COMPLEX_MAPPINGS && ARCH_IXP2000
+ help
+ This enables MTD access to flash devices on platforms based
+ on Intel's IXP2000 family of network processors such as the
+ IXDP425 and Coyote. If you have an IXP2000 based board and
+ would like to use the flash chips on it, say 'Y'.
+
config MTD_EPXA10DB
tristate "CFI Flash device mapped on Epxa10db"
depends on ARM && MTD_CFI && MTD_PARTITIONS && ARCH_CAMELOT
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Makefile.common 24 Aug 2004 19:06:09 -0000 1.16
+++ Makefile.common 2 Sep 2004 00:13:41 -0000 1.17
@@ -64,5 +64,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_IXP2000) += ixp2000.o
obj-$(CONFIG_MTD_WRSBC8260) += wr_sbc82xx_flash.o
obj-$(CONFIG_MTD_DMV182) += dmv182.o
More information about the linux-mtd-cvs
mailing list