Re: [U-Boot] [PATCH] mmc: uniphier-sd: fix Kconfig dependency

2017-01-02 Thread Jaehoon Chung
On 12/30/2016 11:20 PM, Masahiro Yamada wrote: > 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 CO

[U-Boot] [PATCH] mmc: uniphier-sd: fix Kconfig dependency

2016-12-30 Thread Masahiro Yamada
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