mtd/drivers/mtd/chips Kconfig,1.5,1.6
gleixner at infradead.org
gleixner at infradead.org
Fri Jun 4 11:59:35 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv31539/chips
Modified Files:
Kconfig
Log Message:
Make command line parition parsing built in only. Module makes no sense. Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/Kconfig,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Kconfig 5 Nov 2003 16:51:02 -0000 1.5
+++ Kconfig 4 Jun 2004 15:59:33 -0000 1.6
@@ -163,6 +163,7 @@
config MTD_CFI_AMDSTD_RETRY
int "Retry failed commands (erase/program)"
depends on MTD_CFI_AMDSTD
+ default "0"
help
Some chips, when attached to a shared bus, don't properly filter
bus traffic that is destined to other devices. This broken
@@ -174,6 +175,7 @@
config MTD_CFI_AMDSTD_RETRY_MAX
int "Max retries of failed commands (erase/program)"
depends on MTD_CFI_AMDSTD_RETRY
+ default "0"
help
If you have an SST49LF040 (or related chip) then this value should
be set to at least 1. This can also be adjusted at driver load
More information about the linux-mtd-cvs
mailing list