mtd/drivers/mtd/maps Kconfig,1.19,1.20
ppopov at infradead.org
ppopov at infradead.org
Thu Mar 4 02:11:23 EST 2004
- Previous message: mtd/drivers/mtd/nand Kconfig,1.7,1.8
- Next message: mtd/fs/jffs2 compr.c,1.33,1.34 fs.c,1.37,1.38 gc.c,1.132,1.133
nodelist.h,1.115,1.116 read.c,1.34,1.35 write.c,1.81,1.82
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv7368/drivers/mtd/maps
Modified Files:
Kconfig
Log Message:
Updated Kconfig with the Pb1550 mapping driver options.
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Kconfig 27 Oct 2003 19:49:23 -0000 1.19
+++ Kconfig 4 Mar 2004 07:11:21 -0000 1.20
@@ -210,6 +210,29 @@
You can say 'Y' to both this and 'MTD_PB1XXX_BOOT' above, to use
both banks.
+config MTD_PB1550
+ tristate "Flash devices on Alchemy PB1550 board"
+ depends on MIPS && MIPS_PB1550
+ help
+ Flash memory access on Alchemy Pb1550 board
+
+config MTD_PB1550_BOOT
+ bool "PB1550 boot flash device"
+ depends on MTD_PB1550
+ help
+ Use the first of the two 64MiB flash banks on Pb1550 board.
+ You can say 'Y' to both this and 'MTD_PB1550_USER' below, to use
+ both banks.
+
+config MTD_PB1550_USER
+ bool "PB1550 user flash device"
+ depends on MTD_PB1550
+ default y if MTD_PB1550_BOOT = n
+ help
+ Use the second of the two 64MiB flash banks on Pb1550 board.
+ You can say 'Y' to both this and 'MTD_PB1550_BOOT' above, to use
+ both banks.
+
config MTD_DILNETPC
tristate "CFI Flash device mapped on DIL/Net PC"
depends on X86 && MTD_CONCAT && MTD_PARTITIONS && MTD_CFI_INTELEXT
- Previous message: mtd/drivers/mtd/nand Kconfig,1.7,1.8
- Next message: mtd/fs/jffs2 compr.c,1.33,1.34 fs.c,1.37,1.38 gc.c,1.132,1.133
nodelist.h,1.115,1.116 read.c,1.34,1.35 write.c,1.81,1.82
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list