mtd/drivers/mtd/nand Kconfig,1.16,1.17
David Woodhouse
dwmw2 at infradead.org
Tue Aug 10 10:24:09 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv18059
Modified Files:
Kconfig
Log Message:
Don't default to zero if advanced options are set and 0x0 if not.
Just default to 0 ;)
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Kconfig 26 Jul 2004 17:13:40 -0000 1.16
+++ Kconfig 10 Aug 2004 14:24:07 -0000 1.17
@@ -102,8 +102,7 @@
config MTD_NAND_DISKONCHIP_PROBE_ADDRESS
hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
depends on MTD_NAND_DISKONCHIP
- default "0x0000" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
- default "0" if !MTD_NAND_DISKONCHIP_PROBE_ADVANCED
+ default "0"
---help---
By default, the probe for DiskOnChip devices will look for a
DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000.
More information about the linux-mtd-cvs
mailing list