linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Tom Rini <trini@kernel.crashing.org>
Cc: Linus Torvalds <torvalds@osdl.org>,
	Christoph Hellwig <hch@lst.de>,
	Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] fix the -test3 input config damages
Date: Tue, 26 Aug 2003 10:31:32 +0200 (MEST)	[thread overview]
Message-ID: <Pine.GSO.4.21.0308261030510.615-100000@waterleaf.sonytel.be> (raw)
In-Reply-To: <20030825180501.GD1075@ip68-0-152-218.tc.ph.cox.net>

On Mon, 25 Aug 2003, Tom Rini wrote:
> 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

Oops, and I meant !X86, of course.

> > ?
> > 
> > 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)

OK, that's equivalent to what I had in mind :-)

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


  reply	other threads:[~2003-08-26  8:33 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-22 16:38 [PATCH] fix the -test3 input config damages Christoph Hellwig
2003-08-22 16:50 ` Linus Torvalds
2003-08-22 17:05   ` Christoph Hellwig
2003-08-22 17:35     ` Linus Torvalds
2003-08-22 20:49       ` Tom Rini
2003-08-25 16:13         ` Geert Uytterhoeven
2003-08-25 18:05           ` Tom Rini
2003-08-26  8:31             ` Geert Uytterhoeven [this message]
2003-08-29 21:49               ` Geert Uytterhoeven
2003-08-22 18:14   ` James Simmons
2003-08-22 22:31 ` Vojtech Pavlik
2003-08-22 17:57 John Bradford
2003-08-22 18:00 ` Mike Fedyk
2003-08-25  4:03   ` Miles Bader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.GSO.4.21.0308261030510.615-100000@waterleaf.sonytel.be \
    --to=geert@linux-m68k.org \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    --cc=trini@kernel.crashing.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).