Re: [PATCH] Remove logically superfluous comparisons from Kconfig files.

2006-12-27 Thread Robert P. J. Day
On Wed, 27 Dec 2006, Horst H. von Brand wrote: > Robert P. J. Day <[EMAIL PROTECTED]> wrote: > > Remove Kconfig comparisons of the form FUBAR || FUBAR=n, since they > > appear to be superfluous. > > > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > > > --- > > > > based on what i rea

Re: [PATCH] Remove logically superfluous comparisons from Kconfig files.

2006-12-27 Thread Horst H. von Brand
Robert P. J. Day <[EMAIL PROTECTED]> wrote: > Remove Kconfig comparisons of the form FUBAR || FUBAR=n, since they > appear to be superfluous. > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > --- > > based on what i read in kconfig-language.txt, it would *appear* that > those compa

Re: [PATCH] Remove logically superfluous comparisons from Kconfig files.

2006-12-18 Thread Robert P. J. Day
On Mon, 18 Dec 2006, Russell King wrote: > On Mon, Dec 18, 2006 at 05:14:01AM -0500, Robert P. J. Day wrote: > > Remove Kconfig comparisons of the form FUBAR || FUBAR=n, since they > > appear to be superfluous. > > config FOO > tristate 'foo' > depends on BAR || BAR=n > > is not supe

Re: [PATCH] Remove logically superfluous comparisons from Kconfig files.

2006-12-18 Thread Russell King
On Mon, Dec 18, 2006 at 05:14:01AM -0500, Robert P. J. Day wrote: > Remove Kconfig comparisons of the form FUBAR || FUBAR=n, since they > appear to be superfluous. config FOO tristate 'foo' depends on BAR || BAR=n is not superfluous. The allowed states for FOO with the above co

[PATCH] Remove logically superfluous comparisons from Kconfig files.

2006-12-18 Thread Robert P. J. Day
Remove Kconfig comparisons of the form FUBAR || FUBAR=n, since they appear to be superfluous. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- based on what i read in kconfig-language.txt, it would *appear* that those comparisons are redundant, but i'm willing to be convinced otherwi