]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:18 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:40 +0000 (08:00 -0600)
commit2143a11e61492cee2f4f5bd4f4203c652c394d0b
tree2df3938f0bb8cefbc868059638c3a4a44d3cb2d5
parent797cea685b28a566976ebddcee11174c9f70c3b6
mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig

The constraints on the MMC_SUPPORTS_TUNING symbol can easily be
expressed in Kconfig (with the addition of SPL_MMC_SUPPORTS_TUNING).
Furthermore, in order to remove <common.h> from the MMC subsystem, the
way this symbol is used today needs to be changed in order to continue
functioning.

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
17 files changed:
arch/arm/mach-mediatek/Kconfig
arch/mips/mach-mtmips/Kconfig
drivers/mmc/Kconfig
drivers/mmc/am654_sdhci.c
drivers/mmc/fsl_esdhc.c
drivers/mmc/fsl_esdhc_imx.c
drivers/mmc/mmc-uclass.c
drivers/mmc/mmc.c
drivers/mmc/mtk-sd.c
drivers/mmc/octeontx_hsmmc.c
drivers/mmc/omap_hsmmc.c
drivers/mmc/sdhci-cadence.c
drivers/mmc/sdhci.c
include/configs/mt7621.h
include/configs/mt7623.h
include/configs/octeontx2_common.h
include/mmc.h