public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Martin J. Bligh" <mbligh@aracnet.com>
To: Roman Zippel <zippel@linux-m68k.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: CONFIG_INPUT problems
Date: Wed, 09 Apr 2003 13:02:20 -0700	[thread overview]
Message-ID: <85360000.1049918540@flay> (raw)
In-Reply-To: <Pine.LNX.4.44.0304092154320.5042-100000@serv>

>> I thought about inverting the logic, and creating CONFIG_HEADLESS
>> which is !CONFIG_INPUT basically ... but changing all the stuff
>> depending on CONFIG_INPUT is rather invasive. So I was thinking of
>> something like
>> 
>> CONFIG_HEADLESS
>> 	bool "headless console support
>> 	default "n"
>> 
>> if HEADLESS = y
>> 	define_bool CONFIG_INPUT = n
>> else
>> 	define_bool CONFIG_INPUT = y
>> endif
> 
> config INPUT
> 	default y if !HEADLESS

I don't see how that'll work ... we already have it defaulting to y,
but there's a previous setting that's 'n' from the 2.4 config file
they're upgrading from ... and that overrides the default, right?

I think in general, that's the right behaviour (else you'd override
your previous settings every time). It's just that in this case, it
creates a serious user problem that we really need to fix. Personally,
I'd be happy to just force it to on all the time, but I suspect that'd
get me lynched ;-)

>> or something vaguely along those lines ... except there doesn't
>> seem to be a way I can see to force a config option on from the
>> new config system? So that's actually a more general question, I guess ;-)
> 
> I know, this has been requested a few times, I hope to have something 
> soon. (It's more a time problem.)

OK, thanks.

M.


  reply	other threads:[~2003-04-09 20:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-09 17:29 CONFIG_INPUT problems Martin J. Bligh
2003-04-09 20:00 ` Roman Zippel
2003-04-09 20:02   ` Martin J. Bligh [this message]
2003-04-09 21:24     ` Roman Zippel
2003-04-09 21:22       ` Martin J. Bligh

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=85360000.1049918540@flay \
    --to=mbligh@aracnet.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zippel@linux-m68k.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