mtd/drivers/mtd/chips Kconfig,1.2,1.3
David Woodhouse
dwmw2 at infradead.org
Wed May 28 11:13:27 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv934
Modified Files:
Kconfig
Log Message:
Add I8 and B8 geometry options
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/Kconfig,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Kconfig 28 May 2003 10:59:06 -0000 1.2
+++ Kconfig 28 May 2003 15:13:24 -0000 1.3
@@ -106,6 +106,13 @@
If you wish to support CFI devices on a physical bus which is
32 bits wide, say 'Y'.
+config MTD_CFI_B8
+ bool "Support 64-bit buswidth"
+ depends on MTD_CFI_GEOMETRY
+ help
+ If you wish to support CFI devices on a physical bus which is
+ 64 bits wide, say 'Y'.
+
config MTD_CFI_I1
bool "Support 1-chip flash interleave" if !MTD_CFI_B1
depends on MTD_CFI_GEOMETRY
@@ -126,6 +133,13 @@
depends on MTD_CFI_GEOMETRY
help
If your flash chips are interleaved in fours - i.e. you have four
+ flash chips addressed by each bus cycle, then say 'Y'.
+
+config MTD_CFI_I8
+ bool "Support 8-chip flash interleave"
+ depends on MTD_CFI_GEOMETRY
+ help
+ If your flash chips are interleaved in eights - i.e. you have eight
flash chips addressed by each bus cycle, then say 'Y'.
config MTD_CFI_INTELEXT
More information about the linux-mtd-cvs
mailing list