Re: kconfig - scan all Kconfig files

2007-05-22 Thread Roman Zippel
Hi, On Mon, 21 May 2007, Sam Ravnborg wrote: > > A simple example would be > > help texts, right now they are per symbol, but they should really be per > > menu, so archs can provide different help texts for something. > > This one turned out easy. > I assume what you had in mind was

Re: kconfig - scan all Kconfig files

2007-05-22 Thread Roman Zippel
Hi, On Mon, 21 May 2007, Sam Ravnborg wrote: A simple example would be help texts, right now they are per symbol, but they should really be per menu, so archs can provide different help texts for something. This one turned out easy. I assume what you had in mind was something like

Re: kconfig - scan all Kconfig files

2007-05-21 Thread Sam Ravnborg
> A simple example would be > help texts, right now they are per symbol, but they should really be per > menu, so archs can provide different help texts for something. This one turned out easy. I assume what you had in mind was something like the attached. With this the help entry present is

Re: kconfig - scan all Kconfig files

2007-05-21 Thread Sam Ravnborg
On Mon, May 21, 2007 at 03:43:45AM +0200, Roman Zippel wrote: > Hi, > > On Sun, 20 May 2007, Sam Ravnborg wrote: > > > I did a quick hack so kconfig could scan all Kconfig files > > in the kernel tree. > > By scanning all Kconfig files we gain the following: > > > > -> kconfig can report when a

Re: kconfig - scan all Kconfig files

2007-05-21 Thread Sam Ravnborg
On Mon, May 21, 2007 at 03:43:45AM +0200, Roman Zippel wrote: Hi, On Sun, 20 May 2007, Sam Ravnborg wrote: I did a quick hack so kconfig could scan all Kconfig files in the kernel tree. By scanning all Kconfig files we gain the following: - kconfig can report when a depends on

Re: kconfig - scan all Kconfig files

2007-05-21 Thread Sam Ravnborg
A simple example would be help texts, right now they are per symbol, but they should really be per menu, so archs can provide different help texts for something. This one turned out easy. I assume what you had in mind was something like the attached. With this the help entry present is no

Re: kconfig - scan all Kconfig files

2007-05-20 Thread Randy Dunlap
On Mon, 21 May 2007 03:43:45 +0200 (CEST) Roman Zippel wrote: > Hi, > > On Sun, 20 May 2007, Sam Ravnborg wrote: > > > I did a quick hack so kconfig could scan all Kconfig files > > in the kernel tree. > > By scanning all Kconfig files we gain the following: > > > > -> kconfig can report when

Re: kconfig - scan all Kconfig files

2007-05-20 Thread Roman Zippel
Hi, On Sun, 20 May 2007, Sam Ravnborg wrote: > I did a quick hack so kconfig could scan all Kconfig files > in the kernel tree. > By scanning all Kconfig files we gain the following: > > -> kconfig can report when a depends on refer to an undefined symbol > -> kconfig can report when a select

kconfig - scan all Kconfig files

2007-05-20 Thread Sam Ravnborg
I did a quick hack so kconfig could scan all Kconfig files in the kernel tree. By scanning all Kconfig files we gain the following: -> kconfig can report when a depends on refer to an undefined symbol -> kconfig can report when a select refer to an undefined symbol Later we can push a lot of

kconfig - scan all Kconfig files

2007-05-20 Thread Sam Ravnborg
I did a quick hack so kconfig could scan all Kconfig files in the kernel tree. By scanning all Kconfig files we gain the following: - kconfig can report when a depends on refer to an undefined symbol - kconfig can report when a select refer to an undefined symbol Later we can push a lot of

Re: kconfig - scan all Kconfig files

2007-05-20 Thread Roman Zippel
Hi, On Sun, 20 May 2007, Sam Ravnborg wrote: I did a quick hack so kconfig could scan all Kconfig files in the kernel tree. By scanning all Kconfig files we gain the following: - kconfig can report when a depends on refer to an undefined symbol - kconfig can report when a select refer to

Re: kconfig - scan all Kconfig files

2007-05-20 Thread Randy Dunlap
On Mon, 21 May 2007 03:43:45 +0200 (CEST) Roman Zippel wrote: Hi, On Sun, 20 May 2007, Sam Ravnborg wrote: I did a quick hack so kconfig could scan all Kconfig files in the kernel tree. By scanning all Kconfig files we gain the following: - kconfig can report when a depends on