Re: [U-Boot] [RFC] How to move lots of CONFIGs from header files to Kconfig

2014-10-27 Thread Albert ARIBAUD
Hello Masahiro, On Tue, 28 Oct 2014 02:13:46 +0900, Masahiro YAMADA wrote: > I am thinking [2] is better. Agreed. Plus it will help prune out really unsupported boards. Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://list

Re: [U-Boot] [RFC] How to move lots of CONFIGs from header files to Kconfig

2014-10-27 Thread Nikita Kiryanov
Hi Masahiro, On 27/10/14 19:13, Masahiro YAMADA wrote: Hi. I've been thinking how to move so many CONFIGs to Kconfig. First, I want to move many boolean macros such as CONFIG_CMD_*, because it seems easier than string, int, hex configs. Roughly, we have two options, I think. [1] I do this

[U-Boot] [RFC] How to move lots of CONFIGs from header files to Kconfig

2014-10-27 Thread Masahiro YAMADA
Hi. I've been thinking how to move so many CONFIGs to Kconfig. First, I want to move many boolean macros such as CONFIG_CMD_*, because it seems easier than string, int, hex configs. Roughly, we have two options, I think. [1] I do this work for all the boards I will prepare many entries i