
On 6/14/07, Carsten Schlote c.schlote@konzeptpark.de wrote:
I would like to know, if there are any plans or is on-going work to replace this hand-crafted mess with a configuration system?
I'd like to use something like Kconfig. It turned out to be useful with Linux, BusyBox or ptxdist. It handles dependencies between defines, and also provides help and defaults for each.
FWIW, I fully support going this direction. I've been making some steps in the same direction, but as always there are more things to do than time to do them in.
My advice: start small and don't try to change too much at once. Get the basic infrastructure in place and get the patches out to the list. Maybe start with being able to select the board port with Kconfig while leaving include/configs/* in place. Once that is working and proven, then start migrating configuation over to Kconfig.
Cheers, g.