mtd/drivers/mtd/maps Kconfig,1.35,1.36 Makefile.common,1.18,1.19
bjd at infradead.org
bjd at infradead.org
Tue Sep 21 10:27:19 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/home/bjd/mtd/drivers/mtd/maps
Modified Files:
Kconfig Makefile.common
Log Message:
initial confi for Simtec BAST NOR mapping
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- Kconfig 20 Sep 2004 15:33:26 -0000 1.35
+++ Kconfig 21 Sep 2004 14:27:16 -0000 1.36
@@ -628,5 +628,22 @@
help
Map driver for Dy-4 SVME/DMV-182 board.
+config MTD_BAST
+ tristate "Map driver for Simtec BAST (EB2410ITX)"
+ depends on ARCH_BAST
+ select MTD_PARTITIONS
+ select MTD_MAP_BANK_WIDTH_16
+ select MTD_JEDECPROBE
+ help
+ Map driver for NOR flash on the Simtec BAST (EB2410ITX).
+
+ Note, this driver *cannot* over-ride the WP link on the
+ board, or currently detect the state of the link.
+
+config MTD_BAST_MAXSIZE
+ int "Maximum size for BAST flash area (Mbyte)"
+ depends on MTD_BAST
+ default "4"
+
endmenu
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Makefile.common 20 Sep 2004 15:33:27 -0000 1.18
+++ Makefile.common 21 Sep 2004 14:27:16 -0000 1.19
@@ -10,6 +10,7 @@
# Chip mappings
obj-$(CONFIG_MTD_CDB89712) += cdb89712.o
obj-$(CONFIG_MTD_ARM_INTEGRATOR)+= integrator-flash.o
+obj-$(CONFIG_MTD_BAST) += bast-flash.o
obj-$(CONFIG_MTD_CFI_FLAGADM) += cfi_flagadm.o
obj-$(CONFIG_MTD_CSTM_MIPS_IXX) += cstm_mips_ixx.o
obj-$(CONFIG_MTD_DC21285) += dc21285.o
More information about the linux-mtd-cvs
mailing list