
On Wed, Nov 06, 2002 at 12:35:13PM +0100, Holger Schurig wrote:
So, it looks like that I get some feedback. I guess I will incorporate Robert's changes to my code and get one target compilable, e.g. the lubbock one. That would bring it nearer CVS integration (althought I guess that there is still some work left).
As my patch is against current CVS and has working menuconfig support you will probably better start with it.
One thing that I'd love is
perl -pi -e 's/CFG_/CONFIG_/g' * */* */*/*
because the config system can only deal with variables that start with CONFIG_.
I think the overall design is quite right - things that can be configured by the "user" should be CONFIG_, internal definitions CFG_. IMHO if this is not correct in every implementation it is a bug.
We shouldn't start porting architecture over to the new system before Wolfgang has given his ok.
Robert