Commit 08adca1b authored by David Woodhouse's avatar David Woodhouse

MTD: DiskOnChip drivers should no longer require old docecc code.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 83112a70
# drivers/mtd/maps/Kconfig
# $Id: Kconfig,v 1.12 2004/08/10 13:12:18 dwmw2 Exp $
# $Id: Kconfig,v 1.13 2004/10/01 21:47:13 gleixner Exp $
menu "Self-contained MTD device drivers"
depends on MTD!=n
......@@ -193,8 +193,8 @@ config MTD_DOCPROBE
config MTD_DOCECC
tristate
default m if MTD_DOCPROBE!=y && MTD_NAND_DISKONCHIP!=y && (MTD_DOCPROBE=m || MTD_NAND_DISKONCHIP=m)
default y if MTD_DOCPROBE=y || MTD_NAND_DISKONCHIP=y
default m if MTD_DOCPROBE=m
default y if MTD_DOCPROBE=y
help
This isn't a real config option; it's derived.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment