Commit b9a40c0c0ad82944c55d10b866a96b25c48e9f5f

Authored by Simon Glass
Committed by Jaehoon Chung
1 parent 2088747743

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 <sjg@chromium.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -43,7 +43,7 @@
43 43  
44 44 config SPL_DM_MMC_OPS
45 45 bool "Support MMC controller operations using Driver Model in SPL"
46   - depends on SPL_DM && DM_MMC_OPS
  46 + depends on SPL_DM_MMC && DM_MMC_OPS
47 47 default y
48 48 help
49 49 Driver model provides a means of supporting device operations. This