From: Simon Glass Date: Sat, 29 Jul 2017 17:35:30 +0000 (-0600) Subject: dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS X-Git-Tag: v2017.09-rc3~69^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b9a40c0c0ad82944c55d10b866a96b25c48e9f5f;p=u-boot dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS This should depend on SPL_DM_MMC, not SPL_DM. For it and update the only affected board's defconfig. Signed-off-by: Simon Glass --- diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 51a87cdd77..ecf5a92949 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -43,7 +43,7 @@ config SPL_DM_MMC config SPL_DM_MMC_OPS bool "Support MMC controller operations using Driver Model in SPL" - depends on SPL_DM && DM_MMC_OPS + depends on SPL_DM_MMC && DM_MMC_OPS default y help Driver model provides a means of supporting device operations. This