diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2021-04-23 09:52:50 +0200 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2021-05-14 09:41:28 +0200 |
commit | 6c2cfc947607dc8de338377479939893f1288f37 (patch) | |
tree | c04dc70a3d1321a43fb3c4c468d687eeada1e8d9 /arch/arm64 | |
parent | f0e70d4946332c681ceaba940652f30c7c33473d (diff) | |
download | linux-stable-6c2cfc947607dc8de338377479939893f1288f37.tar.gz linux-stable-6c2cfc947607dc8de338377479939893f1288f37.tar.bz2 linux-stable-6c2cfc947607dc8de338377479939893f1288f37.zip |
arm64: defconfig: Allow Mediatek boards to boot from the mmc
Enable the MMC_MTK option necessary to boot Mediatek boards from the
mmc. Booting from the mmc is the common method used for a bunch of
boards, specially Chromebooks, to boot from. Hence this driver is
built-in.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210423075250.2616275-1-enric.balletbo@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 9907a431db0d..901598145297 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -865,6 +865,7 @@ CONFIG_MMC_DW_K3=y CONFIG_MMC_DW_ROCKCHIP=y CONFIG_MMC_SUNXI=y CONFIG_MMC_BCM2835=y +CONFIG_MMC_MTK=y CONFIG_MMC_SDHCI_XENON=y CONFIG_MMC_SDHCI_AM654=y CONFIG_MMC_OWL=y |