projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e59f2c
)
[MTD] Fix invalid default value of CONFIG_MTD_PCMCIA_ANONYMOUS in Kconfig
author
Jean-Luc Leger
<
[email protected]
>
Fri, 12 May 2006 10:53:40 +0000
(11:53 +0100)
committer
David Woodhouse
<
[email protected]
>
Fri, 12 May 2006 10:53:40 +0000
(11:53 +0100)
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 <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: David Woodhouse <
[email protected]
>
drivers/mtd/maps/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/maps/Kconfig
b/drivers/mtd/maps/Kconfig
index b2becd7d4337295b377601616833c3216ba3abd1..b06ef2bdd422da20f1f89fa2abe847fe5efef5e5 100644
(file)
--- 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.