From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: on builds/randconfigs (was: [PATCH -next] thermal: depends on NET) Date: Wed, 12 Jan 2011 22:45:40 -0500 Message-ID: <1294890340.26623.383.camel@gandalf.stny.rr.com> References: <20101213163607.0b0a7c3a.sfr@canb.auug.org.au> <20110112131800.d64c1a86.akpm@linux-foundation.org> <201101122224.54330.rjw@sisk.pl> <20110113114446.cba7a01f.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110113114446.cba7a01f.sfr@canb.auug.org.au> Sender: linux-acpi-owner@vger.kernel.org To: Stephen Rothwell Cc: Len Brown , "Rafael J. Wysocki" , Andrew Morton , Randy Dunlap , linux-acpi@vger.kernel.org, Zhang Rui , linux-next@vger.kernel.org, LKML , Zimny Lech , Michal Marek , Linus List-Id: linux-next.vger.kernel.org On Thu, 2011-01-13 at 11:44 +1100, Stephen Rothwell wrote: > Hi all, > > On Wed, 12 Jan 2011 16:58:26 -0500 (EST) Len Brown wrote: > > > > Kconfig select needs to be fixed so that it is not possible to > > select something if that something's dependencies are not met. > > So, should the config step fail if such a thing is attempted, or just not > honour the "select"? > > BTW, Linus asked me to investigate the alternative of having "select" > (recursively) automatically set the dependencies if they are not already > set ... > What happens if you have foo depends on bar || fib ? Do you automatically enable bar and fib? -- Steve