[kbuild-devel] kconfig re-asks questions if a new dependency is added

2005-11-13 Thread Adrian Bunk
Hi Roman, my "schedule obsolete OSS drivers for removal" patch does the following: ... +config OBSOLETE_OSS_DRIVER + bool "Obsolete OSS drivers" + depends on SOUND_PRIME ... config SOUND_BT878 tristate "BT878 audio dma" - depends on SOUND_PRIME && PCI + depends on

[kbuild-devel] Re: [PATCH] Fix Kconfig performance bug

2005-11-13 Thread David Gibson
On Fri, Oct 21, 2005 at 11:49:55AM +1000, David Gibson wrote: > On Fri, Oct 21, 2005 at 02:46:30AM +0200, Roman Zippel wrote: > > Hi, > > > > On Thu, 20 Oct 2005, David Gibson wrote: > > > > > When doing its recursive dependency check, scripts/kconfig/conf uses > > > the flag SYMBOL_CHECK_DONE to

[kbuild-devel] Re: [PATCH] Fix Kconfig performance bug

2005-11-13 Thread David Gibson
On Fri, Oct 21, 2005 at 02:46:30AM +0200, Roman Zippel wrote: > Hi, > > On Thu, 20 Oct 2005, David Gibson wrote: > > > When doing its recursive dependency check, scripts/kconfig/conf uses > > the flag SYMBOL_CHECK_DONE to avoid rechecking a symbol it has already > > checked. However, that flag i

[kbuild-devel] [PATCH] Fix Kconfig performance bug

2005-11-13 Thread David Gibson
Fix kconfig performance bug Roman, I'm pretty sure this patch is correct, but obviously someone more familiar with the kconfig code should check it over. If it's ok (i.e. it makes no change in external behaviour), please apply. When doing its recursive dependency check, scripts/kconfig/conf uses