mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Dmitry Torokhov" <dmitry.torokhov@gmail.com>
To: "Roman Zippel" <zippel@linux-m68k.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Fwd: Using select in boolean dependents of a tristate symbol
Date: Wed, 19 Jul 2006 16:17:38 -0400	[thread overview]
Message-ID: <d120d5000607191317k2e773af3ta5034a37db5ad97d@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0607141115010.12900@scrub.home>

On 7/14/06, Roman Zippel <zippel@linux-m68k.org> wrote:
>
> What you could do is to use "select INPUT_FF_MEMLESS if HID" to make it
> visible that this dependency is actually for select.
> This point is a little subtle and I'm not completely happy with it, maybe
> I'm going to split this into two select variations - one which includes
> all the dependencies and one which only uses the config symbol to select.
>

Roman,

Another question for you  - what is the best way to describe
dependancy of a sub-option on a subsystem so you won't end up with the
subsystem as a module and user built in. Something like

config IBM_ASM
        tristate "Device driver for IBM RSA service processor"
        depends on X86 && PCI && EXPERIMENTAL
...
config IBM_ASM_INPUT
        bool "Support for remote keyboard/mouse"
        depends on IBM_ASM && (INPUT=y || INPUT=IMB_ASM)

But the above feels yucky. Could we have something like:

         depends on matching(INPUT, IBM_ASM)

Thank you.

-- 
Dmitry

  reply	other threads:[~2006-07-19 20:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <d120d5000607131232i74dfdb9t1a132dfc5dd32bc4@mail.gmail.com>
2006-07-13 19:35 ` Dmitry Torokhov
2006-07-13 22:58   ` Roman Zippel
2006-07-14  2:31     ` Dmitry Torokhov
2006-07-14  9:20       ` Roman Zippel
2006-07-19 20:17         ` Dmitry Torokhov [this message]
2006-07-19 20:41           ` Valdis.Kletnieks
2006-07-19 20:50             ` Dmitry Torokhov
2006-07-27  0:42           ` Roman Zippel
2006-07-27  1:05             ` Dmitry Torokhov

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=d120d5000607191317k2e773af3ta5034a37db5ad97d@mail.gmail.com \
    --to=dmitry.torokhov@gmail.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

all inboxes | Powered by JetHome®