aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-29 11:35:30 -0600
committerJaehoon Chung <jh80.chung@samsung.com>2017-08-17 16:44:18 +0900
commitb9a40c0c0ad82944c55d10b866a96b25c48e9f5f (patch)
tree72467ef655574ec7475a57eab9061fdaf27009b5 /drivers/mmc/Kconfig
parent2088747743a38f7d074aa034809874c1f17e218a (diff)
downloadu-boot-b9a40c0c0ad82944c55d10b866a96b25c48e9f5f.zip
u-boot-b9a40c0c0ad82944c55d10b866a96b25c48e9f5f.tar.gz
u-boot-b9a40c0c0ad82944c55d10b866a96b25c48e9f5f.tar.bz2
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>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 51a87cd..ecf5a92 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