lkml.org 
[lkml]   [2003]   [Aug]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] fix the -test3 input config damages
On Mon, Aug 25, 2003 at 06:13:32PM +0200, Geert Uytterhoeven wrote:
> On Fri, 22 Aug 2003, Tom Rini wrote:
> > --- 1.18/drivers/video/console/Kconfig Wed Jul 16 10:39:32 2003
> > +++ edited/drivers/video/console/Kconfig Fri Aug 22 13:27:21 2003
> > @@ -5,7 +5,7 @@
> > menu "Console display driver support"
> >
> > config VGA_CONSOLE
> > - bool "VGA text console" if EMBEDDED || !X86
> > + bool "VGA text console" if STANDARD && X86
> > depends on !ARCH_ACORN && !ARCH_EBSA110 || !4xx && !8xx
> > default y
> > help
>
> Ugh, this makes VGA_CONSOLE default to yes if X86 is not set, right? Don't you
> want
>
> bool "VGA text console" if !STANDARD || X86
>
> ?
>
> Or do I need an update course on Kconfig syntax?

No, I think that's a logic error on my part. What I intended was
default to Y on (STANDARD && X86), otherwise ask. So it should have
been:
bool "VGA text console" if !(STANDARD && X86)

--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.050 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site