diff options
| author | Oleksandr Suvorov <[email protected]> | 2023-08-23 18:45:45 +0300 |
|---|---|---|
| committer | Jaehoon Chung <[email protected]> | 2023-11-01 08:48:49 +0900 |
| commit | 9b8ebd3aec40b35c57973682e5c2df62279417c2 (patch) | |
| tree | 1c079ef2162c03c14924cbb54edb855086cae3a9 /drivers | |
| parent | 62fc66b6d228d628c3f672c736aa57e4174ac783 (diff) | |
mmc: spl: select SPL_BLK for SPL_DM_MMC
mmc_bind() in mmc-uclass.c calls blk_create_devicef() which is
defined in blk-uclass.c, so SPL_BLK is required by SPL_DM_MMC.
Implicitly select SPL_BLK for SPL_DM_MMC.
Signed-off-by: Oleksandr Suvorov <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 726c8d8f705..17618c3bdcc 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -46,6 +46,7 @@ config SPL_DM_MMC depends on SPL_DM && DM_MMC default n if ARCH_MVEBU && !MVEBU_SPL_BOOT_DEVICE_MMC default y + select SPL_BLK help This enables the MultiMediaCard (MMC) uclass which supports MMC and Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.) |
