Re: [2.6 patch] cleanup default value of MTD_PCMCIA_ANONYMOUS

From: Jean-Luc Léger
Date: Sat Apr 15 2006 - 18:31:21 EST


oops got an additional tab in this one.
here is the corrected patch.

On Sun, Apr 16, 2006 at 12:16:44AM +0200, Jean-Luc Léger wrote:
> 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 Léger <jean-luc.leger@xxxxxxxxxxxxxxxx>

Index: linux-2.6.17-rc1/drivers/mtd/maps/Kconfig
===================================================================
--- linux-2.6.17-rc1/drivers/mtd/maps/Kconfig.old 2006-04-15 22:17:22.000000000 +0200
+++ linux-2.6.17-rc1/drivers/mtd/maps/Kconfig 2006-04-15 22:18:04.000000000 +0200
@@ -561,7 +561,6 @@
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.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/