aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-21 15:32:27 -0400
committerTom Rini <trini@konsulko.com>2021-05-11 09:16:59 -0400
commitf7173fce49db615a72388bf8415968df64a1aada (patch)
treeee6dc77d34e1828e1d6440ab146f2051e9b362de /drivers/mmc/Kconfig
parentc51f74ba7a6a6f96d45df720387ab636bdebe98d (diff)
downloadu-boot-f7173fce49db615a72388bf8415968df64a1aada.zip
u-boot-f7173fce49db615a72388bf8415968df64a1aada.tar.gz
u-boot-f7173fce49db615a72388bf8415968df64a1aada.tar.bz2
DM: DM_MMC migration is now mandatory for non-SPLWIP/finish-DM_MMC-migration
As it has been now two years past the migration deadline, it is required to have migrated. Remove the check from the Makefile and rework some of the Kconfig logic slightly to get the functional dependencies of DM_MMC / BLK right in both the SPL and non-SPL case. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index f4ad1db..8901456 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -4,6 +4,7 @@ config MMC
bool "MMC/SD/SDIO card support"
default ARM || PPC || SANDBOX
select HAVE_BLOCK_DEVICE
+ select DM_MMC if DM
help
This selects MultiMediaCard, Secure Digital and Secure
Digital I/O support.
@@ -33,6 +34,7 @@ config MMC_BROKEN_CD
config DM_MMC
bool "Enable MMC controllers using Driver Model"
depends on DM
+ select BLK
help
This enables the MultiMediaCard (MMC) uclass which supports MMC and
Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.)