mtd/drivers/mtd/devices Kconfig,1.8,1.9
Kalev Lember
kalev at infradead.org
Thu Jul 8 08:48:24 EDT 2004
- Previous message: mtd/include/linux/mtd nand.h,1.62,1.63
- Next message: mtd/drivers/mtd/chips Kconfig, 1.6, 1.7 cfi_probe.c, 1.74,
1.75 gen_probe.c, 1.15, 1.16 jedec_probe.c, 1.47, 1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/tmp/cvs-serv3420
Modified Files:
Kconfig
Log Message:
fix typo resulting in not building docprobe.ko if doc2001plus is built as a module
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Kconfig,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Kconfig 17 Jun 2004 02:43:24 -0000 1.8
+++ Kconfig 8 Jul 2004 12:48:21 -0000 1.9
@@ -179,7 +179,7 @@
config MTD_DOCPROBE
tristate
- default m if MTD_DOC2001!=y && MTD_DOC2000!=y && MTD_DOC2001PLUS!=y && (MTD_DOC2001=m || MTD_DOC2000=m || MOD_DOC2001PLUS=m)
+ default m if MTD_DOC2001!=y && MTD_DOC2000!=y && MTD_DOC2001PLUS!=y && (MTD_DOC2001=m || MTD_DOC2000=m || MTD_DOC2001PLUS=m)
default y if MTD_DOC2001=y || MTD_DOC2000=y || MTD_DOC2001PLUS=y
help
This isn't a real config option, it's derived.
- Previous message: mtd/include/linux/mtd nand.h,1.62,1.63
- Next message: mtd/drivers/mtd/chips Kconfig, 1.6, 1.7 cfi_probe.c, 1.74,
1.75 gen_probe.c, 1.15, 1.16 jedec_probe.c, 1.47, 1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list