[U-Boot] [PATCH V2] imx: mx7dsabresd: include BLK for MMC/eMMC support of driver model
Tom Rini
trini at konsulko.com
Wed Oct 11 21:55:44 UTC 2017
On Wed, Oct 11, 2017 at 06:53:13PM -0300, Fabio Estevam wrote:
> 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.)
Yes, I think that's it, along with removing the default y if DM_MMC from
the BLK entry. Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171011/90746733/attachment.sig>
More information about the U-Boot
mailing list