]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mmc/Kconfig
dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS
[people/ms/u-boot.git] / 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