mtd/drivers/mtd/nand rtc_from4.c, NONE, 1.1 Kconfig, 1.18,
1.19 Config.in, 1.21, 1.22 Makefile.common, 1.10, 1.11
gleixner at infradead.org
gleixner at infradead.org
Thu Sep 16 19:23:45 EDT 2004
- Previous message: mtd/drivers/mtd/chips cfi_cmdset_0002.c,1.108,1.109
- Next message: mtd/include/linux/mtd compatmac.h, 1.66, 1.67 doc2000.h, 1.22,
1.23 map.h, 1.43, 1.44 nand.h, 1.63, 1.64
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv7180
Modified Files:
Kconfig Config.in Makefile.common
Added Files:
rtc_from4.c
Log Message:
add renesas AG-AND driver by David Marlin
***** Error reading new file: [Errno 2] No such file or directory: 'rtc_from4.c'
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Kconfig 23 Aug 2004 13:57:47 -0000 1.18
+++ Kconfig 16 Sep 2004 23:23:42 -0000 1.19
@@ -80,6 +80,13 @@
This enables the driver for the NAND flash controller on the
AMD/Alchemy 1550 SOC.
+config MTD_NAND_RTC_FROM4
+ tristate "Renesas Flash ROM 4-slot interface board (FROM_BOARD4)"
+ depends on MTD_NAND && SH_SOLUTION_ENGINE
+ help
+ This enables the driver for the Renesas Technology AG-AND
+ flash interface board (FROM_BOARD4)
+
config MTD_NAND_PPCHAMELEONEVB
tristate "NAND Flash device on PPChameleonEVB board"
depends on PPCHAMELEONEVB && MTD_NAND
@@ -89,6 +96,7 @@
config MTD_NAND_DISKONCHIP
tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)"
depends on MTD_NAND && EXPERIMENTAL
+ select REED_SOLOMON
help
This is a reimplementation of M-Systems DiskOnChip 2000,
Millennium and Millennium Plus as a standard NAND device driver,
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Config.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Config.in 9 Aug 2004 18:46:04 -0000 1.21
+++ Config.in 16 Sep 2004 23:23:42 -0000 1.22
@@ -42,6 +42,10 @@
dep_tristate ' NAND Flash Driver for Au1550 controller' CONFIG_MTD_NAND_AU1550 $CONFIG_MTD_NAND
fi
+if [ "$CONFIG_SH_SOLUTION_ENGINE" = "y" ]; then
+ dep_tristate ' Renesas Flash ROM 4-slot interface board (FROM_BOARD4)' CONFIG_MTD_NAND_RTC_FROM4 $CONFIG_MTD_NAND
+fi
+
dep_tristate ' DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)' CONFIG_MTD_NAND_DISKONCHIP $CONFIG_MTD_NAND $CONFIG_EXPERIMENTAL
if [ "$CONFIG_MTD_NAND_DISKONCHIP" = "y" -o "$CONFIG_MTD_NAND_DISKONCHIP" = "m" ]; then
bool ' Advanced detection options for DiskOnChip' CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Makefile.common,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.common 23 Aug 2004 13:57:48 -0000 1.10
+++ Makefile.common 16 Sep 2004 23:23:42 -0000 1.11
@@ -16,5 +16,6 @@
obj-$(CONFIG_MTD_NAND_PPCHAMELEONEVB) += ppchameleonevb.o
obj-$(CONFIG_MTD_NAND_DISKONCHIP) += diskonchip.o
obj-$(CONFIG_MTD_NAND_H1900) += h1910.o
+obj-$(CONFIG_MTD_NAND_FROM4) += rtc_from4.o
nand-objs = nand_base.o nand_bbt.o
- Previous message: mtd/drivers/mtd/chips cfi_cmdset_0002.c,1.108,1.109
- Next message: mtd/include/linux/mtd compatmac.h, 1.66, 1.67 doc2000.h, 1.22,
1.23 map.h, 1.43, 1.44 nand.h, 1.63, 1.64
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list