[U-Boot] [PATCH V2] imx: mx7dsabresd: include BLK for MMC/eMMC support of driver model
Fabio Estevam
festevam at gmail.com
Wed Oct 11 21:53:13 UTC 2017
On Wed, Oct 11, 2017 at 6:49 PM, Tom Rini <trini at konsulko.com> wrote:
> It sounds like BLK shouldn't be default y if DM_MMC but rather selected
> by DM_MMC. Yes?
What about this?
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -13,6 +13,7 @@ config MMC
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.)
More information about the U-Boot
mailing list