summaryrefslogtreecommitdiff
path: root/include/configs/socfpga_common.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-12-30 23:20:14 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2017-01-11 19:40:14 +0900
commit9c720c815b1b1e95fb13153396417dddf323511d (patch)
tree7c290f98aad40990e33273258bf11f3de35d27b7 /include/configs/socfpga_common.h
parente5e7a7c20420a8d88c45e333e1b280d999062506 (diff)
downloadu-boot-imx-9c720c815b1b1e95fb13153396417dddf323511d.zip
u-boot-imx-9c720c815b1b1e95fb13153396417dddf323511d.tar.gz
u-boot-imx-9c720c815b1b1e95fb13153396417dddf323511d.tar.bz2
mmc: uniphier-sd: fix Kconfig dependency
Some MMC drivers describe operations with the DM_MMC_OPS form, but there are still several drivers with older implementation. We can not compile drivers from different groups at the same time because the core framework is shared with #ifdef CONFIG_DM_MMC_OPS. Every driver should have "depends on DM_MMC_OPS" (or !DM_MMC_OPS) explicitly to express which framework it is based on. This will avoid enabling drivers with incompatible interface at the same time. It is incorrect to make a driver "select DM_MMC_OPS". While we are here, add "depends on OF_CONTROL" as well because this driver can be configured only by Device Tree. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/socfpga_common.h')
0 files changed, 0 insertions, 0 deletions