projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2088747
)
dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS
author
Simon Glass
<sjg@chromium.org>
Sat, 29 Jul 2017 17:35:30 +0000
(11:35 -0600)
committer
Jaehoon 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
patch
|
blob
|
history
diff --git
a/drivers/mmc/Kconfig
b/drivers/mmc/Kconfig
index 51a87cdd77dc1e3c2419ff7960d622ae6ebeaa50..ecf5a9294935be54de5034830fd4fad99f7f2227 100644
(file)
--- 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