Re: [U-Boot] [PATCH 2/6] mmc: complete the unfinished move of CONFIG_MMC

2016-12-06 Thread Masahiro Yamada
Hi Tom, 2016-12-06 22:03 GMT+09:00 Tom Rini : > >> I tried your suggestion. >> It is true that 625 touched defconfigs were decreased to 389, >> but do you think this is a really good idea? >> >> Theoretically, nothing of MMC >> is related to ARM, PowerPC, Sandbox. >> >> I think this is shortenin

Re: [U-Boot] [PATCH 2/6] mmc: complete the unfinished move of CONFIG_MMC

2016-12-06 Thread Tom Rini
On Tue, Dec 06, 2016 at 03:25:46PM +0900, Masahiro Yamada wrote: > Hi Tom, > > 2016-12-06 1:02 GMT+09:00 Tom Rini : > > On Sun, Dec 04, 2016 at 10:23:10PM +0900, Masahiro Yamada wrote: > > > >> Commit 7a777f6d6f35 ("mmc: Add generic Kconfig option") created > >> a Kconfig entry for this option wit

Re: [U-Boot] [PATCH 2/6] mmc: complete the unfinished move of CONFIG_MMC

2016-12-05 Thread Masahiro Yamada
Hi Tom, 2016-12-06 1:02 GMT+09:00 Tom Rini : > On Sun, Dec 04, 2016 at 10:23:10PM +0900, Masahiro Yamada wrote: > >> Commit 7a777f6d6f35 ("mmc: Add generic Kconfig option") created >> a Kconfig entry for this option without any actual moves, then >> commit 44c798799f66 ("sunxi: Use Kconfig CONFIG_

Re: [U-Boot] [PATCH 2/6] mmc: complete the unfinished move of CONFIG_MMC

2016-12-05 Thread Tom Rini
On Sun, Dec 04, 2016 at 10:23:10PM +0900, Masahiro Yamada wrote: > Commit 7a777f6d6f35 ("mmc: Add generic Kconfig option") created > a Kconfig entry for this option without any actual moves, then > commit 44c798799f66 ("sunxi: Use Kconfig CONFIG_MMC") moved the > instances only for SUNXI. > > We