linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Allow Mediatek boards to boot from the mmc
@ 2021-04-23  7:52 Enric Balletbo i Serra
  2021-05-14  7:54 ` Matthias Brugger
  0 siblings, 1 reply; 2+ messages in thread
From: Enric Balletbo i Serra @ 2021-04-23  7:52 UTC (permalink / raw)
  To: linux-kernel
  Cc: Collabora Kernel ML, linux-mediatek, matthias.bgg, drinkcat,
	hsinyi, Anson Huang, Arnd Bergmann, Bjorn Andersson,
	Catalin Marinas, Dmitry Baryshkov, Geert Uytterhoeven,
	Guido Günther, Jagan Teki, Krzysztof Kozlowski,
	Max Krummenacher, Michael Walle, Nishanth Menon, Shawn Guo,
	Will Deacon, linux-arm-kernel

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(+)

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
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-14  7:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23  7:52 [PATCH] arm64: defconfig: Allow Mediatek boards to boot from the mmc Enric Balletbo i Serra
2021-05-14  7:54 ` Matthias Brugger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).