git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28891f1
)
mmc: mediatek: permit to also build for Airoha arch
author
Christian Marangi
<ansuelsmth@gmail.com>
Mon, 7 Apr 2025 20:01:49 +0000
(22:01 +0200)
committer
Tom Rini
<trini@konsulko.com>
Wed, 16 Apr 2025 22:51:45 +0000
(16:51 -0600)
Airoha new SoC implement the same Mediatek driver for MMC. Permit to
also build for Airoha arch.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
drivers/mmc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mmc/Kconfig
b/drivers/mmc/Kconfig
index
3ea665d
..
38867f3
100644
(file)
--- a/
drivers/mmc/Kconfig
+++ b/
drivers/mmc/Kconfig
@@
-871,7
+871,7
@@
config FTSDC010_SDIO
config MMC_MTK
bool "MediaTek SD/MMC Card Interface support"
- depends on ARCH_MEDIATEK || ARCH_MTMIPS
+ depends on ARCH_MEDIATEK || ARCH_MTMIPS
|| ARCH_AIROHA
depends on OF_CONTROL
help
This selects the MediaTek(R) Secure digital and Multimedia card Interface.