[kbuild-devel] Kernel 2.4.30 menuconfig ppp filter pb w/wo modules

2005-05-30 Thread magicfox
Dears, If I select ppp filter option with module support, the relevant code in ppp_generic.c isn't compiled. Without module support ppp filter code _is_ compiled. It seems that CONFIG_PPP_FILTER is handled in a toggle form with CONFIG_PPP_FILTER_MODULE but it have to be handled as a single o

[kbuild-devel] Re: [2.6 patch] Kconfig: rename "---help---" to "help" in Kconfig files (first part) (fwd)

2005-05-30 Thread Roman Zippel
Hi, On Tue, 31 May 2005, Adrian Bunk wrote: > The main reason for this patch (quoting Jesper) is: > Consistency. out of ~4000 help entries in 134 Kconfig files, 747 of > those entries use "---help---" as the keyword, the rest use just "help". > So the users of "---help---" are clearly a m

[kbuild-devel] [patch 1/1] kconfig: trivial cleanup

2005-05-30 Thread blaisorblade
CC: Roman Zippel <[EMAIL PROTECTED]>, Replace all menu_add_prop mimicking menu_add_prompt with the latter func. I've had to add a return value to menu_add_prompt for one usage. Remains to rebuild scripts/kconfig/zconf.tab.c_shipped, which I didn't in this patch because I've a different version

[kbuild-devel] Re: [2.6 patch] Kconfig: rename "---help---" to "help" in Kconfig files (first part) (fwd)

2005-05-30 Thread Adrian Bunk
On Tue, May 31, 2005 at 02:17:50AM +0200, Roman Zippel wrote: > Hi, Hi Roman, > On Tue, 31 May 2005, Adrian Bunk wrote: > > > The main reason for this patch (quoting Jesper) is: > > Consistency. out of ~4000 help entries in 134 Kconfig files, 747 of > > those entries use "---help---" as th