From: Vojtech Pavlik <vojtech@suse.cz>
To: Christoph Hellwig <hch@suse.cz>,
torvalds@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fix the -test3 input config damages
Date: Sat, 23 Aug 2003 00:31:49 +0200 [thread overview]
Message-ID: <20030822223149.GA28312@ucw.cz> (raw)
In-Reply-To: <20030822163800.GA7568@lst.de>
On Fri, Aug 22, 2003 at 06:38:00PM +0200, Christoph Hellwig wrote:
> There's really no point in forcing in support for all kinds of
> optional input devices unless CONFIG_EMBEDDED. Also some of the
> selections really broke configs that worked fine before as indicated
> by the reports on lkml. Instead select CONFIG_INPUT if CONFIG_VT
> is selected so people upgrading from 2.4 using make oldconfig have
> a chance to see it if they didn't need CONFIG_INPUT before.
>
> Btw, could we please get a consensus on what CONFIG_EMBEDDED is
> supposed to mean? It was introduced to allow compiling code out
> for special cases that normal userspace should be able to rely
> on like epoll and futexes but people seem to use it as an Aunt Tillie
> guard these days..
I think this is the way to go. I'm merging this into my tree now.
> --- 1.15/drivers/char/Kconfig Wed Jul 16 13:39:32 2003
> +++ edited/drivers/char/Kconfig Sun Aug 10 11:17:02 2003
> @@ -5,8 +5,8 @@
> menu "Character devices"
>
> config VT
> - bool "Virtual terminal" if EMBEDDED
> - requires INPUT=y
> + bool "Virtual terminal"
> + select INPUT
> default y
> ---help---
> If you say Y here, you will get support for terminal devices with
> @@ -36,7 +36,7 @@
> shiny Linux system :-)
>
> config VT_CONSOLE
> - bool "Support for console on virtual terminal" if EMBEDDED
> + bool "Support for console on virtual terminal"
> depends on VT
> default y
> ---help---
[snip]
--
Vojtech Pavlik
SuSE Labs, SuSE CR
next prev parent reply other threads:[~2003-08-22 22:37 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
2003-08-29 21:49 ` Geert Uytterhoeven
2003-08-22 18:14 ` James Simmons
2003-08-22 22:31 ` Vojtech Pavlik [this message]
-- strict thread matches above, loose matches on Subject: below --
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=20030822223149.GA28312@ucw.cz \
--to=vojtech@suse.cz \
--cc=hch@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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