[MTD] Fix invalid default value of CONFIG_MTD_PCMCIA_ANONYMOUS in Kconfig

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri May 12 06:59:02 EDT 2006


commit 1867b7e3f85dc69695735ea4a4cd12027c565d89
tree dea474351c048fd0507dd2dcc71f754f683625e2
parent 7e59f2ccd7fc2424b2e70132ac613d16acae37da
author Jean-Luc Leger <jean-luc.leger at dspnet.fr.eu.org> Fri, 12 May 2006 11:53:40 +0100
committer David Woodhouse <dwmw2 at infradead.org> Fri, 12 May 2006 11:53:40 +0100

[MTD] Fix invalid default value of CONFIG_MTD_PCMCIA_ANONYMOUS in Kconfig

Default values for boolean and tristate options can only be 'y', 'm' or 'n'.
This patch removes wrong default for MTD_PCMCIA_ANONYMOUS.

Signed-off-by: Jean-Luc Leger <jean-luc.leger at dspnet.fr.eu.org>
Cc: Thomas Gleixner <tglx at linutronix.de>
Signed-off-by: Andrew Morton <akpm at osdl.org>
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>

 drivers/mtd/maps/Kconfig |    1 -
 1 files changed, 1 deletion(-)

diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index b2becd7..b06ef2b 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -561,7 +561,6 @@ config MTD_PCMCIA
 config MTD_PCMCIA_ANONYMOUS
 	bool "Use PCMCIA MTD drivers for anonymous PCMCIA cards"
 	depends on MTD_PCMCIA
-	default N
 	help
 	  If this option is enabled, PCMCIA cards which do not report
 	  anything about themselves are assumed to be MTD cards.




More information about the linux-mtd-cvs mailing list