aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <openembedded@hrw.one.pl>2006-11-16 22:39:10 +0100
committerPierre Ossman <drzeus@drzeus.cx>2006-12-01 18:06:36 +0100
commit9c9c26188ff9fa5f44ba5a00e01b54b539f83d1d (patch)
tree896edaeb4128d5d20b419bf36656ffb837c9cc66
parentc5cb431d27237937e1b04a888bf2f8863f06fa2d (diff)
downloadlinux-9c9c26188ff9fa5f44ba5a00e01b54b539f83d1d.tar.gz
trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255
PXA MMC driver supports not only PXA255 but also PXA250 and newer ones Signed-off-by: Marcin Juszkiewicz <hrw@openembedded.org> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
-rw-r--r--drivers/mmc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index ea41852ec8cd3..f4f8ccaf5455c 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -40,7 +40,7 @@ config MMC_ARMMMCI
If unsure, say N.
config MMC_PXA
- tristate "Intel PXA255 Multimedia Card Interface support"
+ tristate "Intel PXA25x/26x/27x Multimedia Card Interface support"
depends on ARCH_PXA && MMC
help
This selects the Intel(R) PXA(R) Multimedia card Interface.