diff options
author | Marcin Juszkiewicz <openembedded@hrw.one.pl> | 2006-11-16 16:39:10 -0500 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2006-12-01 12:06:36 -0500 |
commit | 9c9c26188ff9fa5f44ba5a00e01b54b539f83d1d (patch) | |
tree | 896edaeb4128d5d20b419bf36656ffb837c9cc66 /drivers/mmc | |
parent | c5cb431d27237937e1b04a888bf2f8863f06fa2d (diff) |
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index ea41852ec8cd..f4f8ccaf5455 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig | |||
@@ -40,7 +40,7 @@ config MMC_ARMMMCI | |||
40 | If unsure, say N. | 40 | If unsure, say N. |
41 | 41 | ||
42 | config MMC_PXA | 42 | config MMC_PXA |
43 | tristate "Intel PXA255 Multimedia Card Interface support" | 43 | tristate "Intel PXA25x/26x/27x Multimedia Card Interface support" |
44 | depends on ARCH_PXA && MMC | 44 | depends on ARCH_PXA && MMC |
45 | help | 45 | help |
46 | This selects the Intel(R) PXA(R) Multimedia card Interface. | 46 | This selects the Intel(R) PXA(R) Multimedia card Interface. |