Re: [U-Boot] [PATCH 3/6] mmc: make MMC driver entries dependent on MMC

2016-12-05 Thread Tom Rini
On Sun, Dec 04, 2016 at 10:23:11PM +0900, Masahiro Yamada wrote: > Currently, CONFIG_MMC is not related to any other options by > "depends on" or "select". One of big advantages of using Kconfig > is automatic dependency tracking, but the current state is lacking > it. As the first step, make th

[U-Boot] [PATCH 3/6] mmc: make MMC driver entries dependent on MMC

2016-12-04 Thread Masahiro Yamada
Currently, CONFIG_MMC is not related to any other options by "depends on" or "select". One of big advantages of using Kconfig is automatic dependency tracking, but the current state is lacking it. As the first step, make the existing MMC driver entries depend on MMC. This commit was created by t