diff options
| author | Tom Rini <trini@konsulko.com> | 2025-01-14 19:22:09 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-01-20 19:26:25 -0600 |
| commit | 0569ca68561e87ba513f2e4b57e398fa8b6518d0 (patch) | |
| tree | 7c0aa28e3cded1703a9331faaf26b8a723938c88 /arch/Kconfig | |
| parent | 3de327ab495b2eed8c47b45a8aad87cab1b6e620 (diff) | |
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>
Diffstat (limited to 'arch/Kconfig')
| -rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index b0190b1f415..35b19f9bfdc 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -181,13 +181,13 @@ config SANDBOX select DM_GPIO select DM_I2C select DM_KEYBOARD - select DM_MMC select DM_SERIAL select DM_SPI select DM_SPI_FLASH select GZIP_COMPRESSED select IO_TRACE select LZO + select MMC select MTD select OF_BOARD_SETUP select PCI_ENDPOINT |
