From: Enric Balletbo i Serra Date: Fri, 23 Apr 2021 07:52:50 +0000 (+0200) Subject: arm64: defconfig: Allow Mediatek boards to boot from the mmc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6c2cfc947607dc8de338377479939893f1288f37;p=linux.git 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 Link: https://lore.kernel.org/r/20210423075250.2616275-1-enric.balletbo@collabora.com Signed-off-by: Matthias Brugger --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 9907a431db0d0..9015981452972 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