
17 Nov
2020
17 Nov
'20
10 p.m.
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@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