mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
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>
This commit is contained in:
parent
c5cb431d27
commit
9c9c26188f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ config MMC_ARMMMCI
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
config MMC_PXA
|
config MMC_PXA
|
||||||
tristate "Intel PXA255 Multimedia Card Interface support"
|
tristate "Intel PXA25x/26x/27x Multimedia Card Interface support"
|
||||||
depends on ARCH_PXA && MMC
|
depends on ARCH_PXA && MMC
|
||||||
help
|
help
|
||||||
This selects the Intel(R) PXA(R) Multimedia card Interface.
|
This selects the Intel(R) PXA(R) Multimedia card Interface.
|
||||||
|
|
Loading…
Reference in a new issue