浏览代码

[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@dspnet.fr.eu.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Jean-Luc Leger 19 年之前
父节点
当前提交
1867b7e3f8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/mtd/maps/Kconfig

+ 0 - 1
drivers/mtd/maps/Kconfig

@@ -561,7 +561,6 @@ config MTD_PCMCIA
 config MTD_PCMCIA_ANONYMOUS
 config MTD_PCMCIA_ANONYMOUS
 	bool "Use PCMCIA MTD drivers for anonymous PCMCIA cards"
 	bool "Use PCMCIA MTD drivers for anonymous PCMCIA cards"
 	depends on MTD_PCMCIA
 	depends on MTD_PCMCIA
-	default N
 	help
 	help
 	  If this option is enabled, PCMCIA cards which do not report
 	  If this option is enabled, PCMCIA cards which do not report
 	  anything about themselves are assumed to be MTD cards.
 	  anything about themselves are assumed to be MTD cards.