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:
ac171c4
)
[MMC] Remove extra character in AU1XXX MMC Kconfig entry
author
Jordan Crouse
<jordan.crouse@amd.com>
Wed, 8 Feb 2006 22:23:05 +0000
(22:23 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 8 Feb 2006 22:23:05 +0000
(22:23 +0000)
An obvious vi fat finger on my part.
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mmc/Kconfig
b/drivers/mmc/Kconfig
index c483a863b116fd6afecdfeb9372520d4987b744a..5d397b7a5497a428523b6a1c496fba62967ab703 100644
(file)
--- a/
drivers/mmc/Kconfig
+++ b/
drivers/mmc/Kconfig
@@
-65,7
+65,7
@@
config MMC_AU1X
depends on SOC_AU1X00 && MMC
help
This selects the AMD Alchemy(R) Multimedia card interface.
-
i
If you have a Alchemy platform with a MMC slot, say Y or M here.
+ If you have a Alchemy platform with a MMC slot, say Y or M here.
If unsure, say N.