diff mbox series

arm64: defconfig: Allow Mediatek boards to boot from the mmc

Message ID 20210423075250.2616275-1-enric.balletbo@collabora.com (mailing list archive)
State New, archived
Headers show
Series arm64: defconfig: Allow Mediatek boards to boot from the mmc | expand

Commit Message

Enric Balletbo i Serra April 23, 2021, 7:52 a.m. UTC
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>
---

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Matthias Brugger May 14, 2021, 7:54 a.m. UTC | #1
On 23/04/2021 09:52, Enric Balletbo i Serra wrote:
> 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>


Applied to v5.13-next/defconfig



Thanks!

> ---
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 7b4be3807b6d..acb718160345 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -851,6 +851,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
>
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7b4be3807b6d..acb718160345 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -851,6 +851,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