mtd/drivers/mtd/maps Config.in,1.54,1.55 Kconfig,1.12,1.13
Brian Murphy
brm at infradead.org
Tue Sep 2 13:59:44 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv15560
Modified Files:
Config.in Kconfig
Log Message:
allowing non CFI configurations for the LASAT map
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Config.in,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- Config.in 28 Aug 2003 06:50:24 -0000 1.54
+++ Config.in 2 Sep 2003 17:59:41 -0000 1.55
@@ -87,7 +87,7 @@
int ' Bus width in octets' CONFIG_MTD_CSTM_MIPS_IXX_BUSWIDTH 2
fi
dep_tristate ' Momenco Ocelot boot flash device' CONFIG_MTD_OCELOT $CONFIG_MOMENCO_OCELOT
- dep_tristate ' LASAT flash device' CONFIG_MTD_LASAT $CONFIG_MTD_CFI $CONFIG_LASAT
+ dep_tristate ' LASAT flash device' CONFIG_MTD_LASAT $CONFIG_LASAT
fi
if [ "$CONFIG_SUPERH" = "y" ]; then
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Kconfig 23 Jun 2003 07:38:11 -0000 1.12
+++ Kconfig 2 Sep 2003 17:59:41 -0000 1.13
@@ -177,7 +177,7 @@
config MTD_LASAT
tristate "Flash chips on LASAT board"
- depends on LASAT && MTD_CFI
+ depends on LASAT
help
Support for the flash chips on the Lasat 100 and 200 boards.
More information about the linux-mtd-cvs
mailing list