drivers/mmc/Kconfig: Make DM_MMC a hidden symbol
authorTom Rini <trini@konsulko.com>
Wed, 15 Jan 2025 01:22:09 +0000 (19:22 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 21 Jan 2025 01:26:25 +0000 (19:26 -0600)
commit0569ca68561e87ba513f2e4b57e398fa8b6518d0
tree7c0aa28e3cded1703a9331faaf26b8a723938c88
parent3de327ab495b2eed8c47b45a8aad87cab1b6e620
drivers/mmc/Kconfig: Make DM_MMC a hidden symbol

At this point in time, DM is always enabled. So if MMC is enabled, it
should select DM_MMC. No drivers need to depend on DM_MMC being enabled
now, so remove that from dependency lists. This now means that a number
of platforms which select'd DM_MMC need to select MMC instead. This also
fixes a migration problem with espresso7420 in that MMC is built again
with the platform.

Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/Kconfig
arch/arm/Kconfig
arch/arm/mach-exynos/Kconfig
arch/arm/mach-imx/mx5/Kconfig
arch/arm/mach-imx/mx6/Kconfig
arch/arm/mach-omap2/omap3/Kconfig
arch/arm/mach-s5pc1xx/Kconfig
arch/arm/mach-tegra/Kconfig
drivers/mmc/Kconfig