projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5cb431
)
trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255
author
Marcin Juszkiewicz
<openembedded@hrw.one.pl>
Thu, 16 Nov 2006 21:39:10 +0000
(22:39 +0100)
committer
Pierre Ossman
<drzeus@drzeus.cx>
Fri, 1 Dec 2006 17:06:36 +0000
(18:06 +0100)
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>
drivers/mmc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/Kconfig
b/drivers/mmc/Kconfig
index ea41852ec8cd33f945eb942519fe90b680de7920..f4f8ccaf5455c789bb723fb956fb08639225825f 100644
(file)
--- a/
drivers/mmc/Kconfig
+++ b/
drivers/mmc/Kconfig
@@
-40,7
+40,7
@@
config MMC_ARMMMCI
If unsure, say N.
config MMC_PXA
- tristate "Intel PXA25
5
Multimedia Card Interface support"
+ tristate "Intel PXA25
x/26x/27x
Multimedia Card Interface support"
depends on ARCH_PXA && MMC
help
This selects the Intel(R) PXA(R) Multimedia card Interface.