Skip to content
Snippets Groups Projects
Commit b9a40c0c authored by Simon Glass's avatar Simon Glass Committed by Jaehoon Chung
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 20887477
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment