[PATCH RFC 09/20] mmc: Default to JZ47XX_MMC=y on ARCH_JZ47XX

Lubomir Rintel lkundrak at v3.sk
Tue Nov 17 22:00:07 CET 2020


It's basically certain we want this MMC driver if we have MMC support turned
on JZ47XX. A sane default here will keep the defconfig cleaner.

Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
 drivers/mmc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 14d79139864..4ad166a15ad 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -407,6 +407,7 @@ config MMC_BCM2835
 config JZ47XX_MMC
 	bool "Ingenic JZ47xx SD/MMC Host Controller support"
 	depends on ARCH_JZ47XX
+	default y
 	help
 	  This selects support for the SD Card Controller on Ingenic JZ47xx SoCs.
 
-- 
2.28.0



More information about the U-Boot mailing list