mtd/drivers/mtd/maps ipaq-flash.c, NONE, 1.1 Kconfig, 1.31,
1.32 Makefile.common, 1.15, 1.16
joshua at infradead.org
joshua at infradead.org
Tue Aug 24 15:06:11 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv32041
Modified Files:
Kconfig Makefile.common
Added Files:
ipaq-flash.c
Log Message:
Added ipaq-flash.c
***** Error reading new file: [Errno 2] No such file or directory: 'ipaq-flash.c'
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Kconfig 23 Aug 2004 20:38:26 -0000 1.31
+++ Kconfig 24 Aug 2004 19:06:09 -0000 1.32
@@ -456,6 +456,12 @@
the SA1100 and SA1110, including the Assabet and the Compaq iPAQ.
If you have such a board, say 'Y'.
+config MTD_IPAQ
+ tristate "CFI Flash device mapped on Compaq/HP iPAQ"
+ depends on ARM && IPAQ_HANDHELD && MTD_CFI
+ help
+ This provides a driver for the on-board flash of the iPAQ.
+
config MTD_DC21285
tristate "CFI Flash device mapped on DC21285 Footbridge"
depends on ARM && MTD_CFI && ARCH_FOOTBRIDGE && MTD_COMPLEX_MAPPINGS
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile.common 23 Aug 2004 20:38:26 -0000 1.15
+++ Makefile.common 24 Aug 2004 19:06:09 -0000 1.16
@@ -31,6 +31,7 @@
obj-$(CONFIG_MTD_RPXLITE) += rpxlite.o
obj-$(CONFIG_MTD_TQM8XXL) += tqm8xxl.o
obj-$(CONFIG_MTD_SA1100) += sa1100-flash.o
+obj-$(CONFIG_MTD_IPAQ) += ipaq-flash.o
obj-$(CONFIG_MTD_SBC_GXX) += sbc_gxx.o
obj-$(CONFIG_MTD_SC520CDP) += sc520cdp.o
obj-$(CONFIG_MTD_NETSC520) += netsc520.o
More information about the linux-mtd-cvs
mailing list