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

2016-12-08 Thread Jaehoon Chung
On 12/09/2016 08:30 AM, Jaehoon Chung wrote: > On 12/07/2016 10:10 PM, 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

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

2016-12-08 Thread Jaehoon Chung
On 12/07/2016 10:10 PM, 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 the existing MMC

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

2016-12-07 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