]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:35:30 +0000 (11:35 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:18 +0000 (16:44 +0900)
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 <sjg@chromium.org>
drivers/mmc/Kconfig

index 51a87cdd77dc1e3c2419ff7960d622ae6ebeaa50..ecf5a9294935be54de5034830fd4fad99f7f2227 100644 (file)
@@ -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