All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <Uwe.Kleine-Koenig@digi.com>
To: linux-kbuild@vger.kernel.org
Subject: selecting a tristate
Date: Thu, 3 Jul 2008 14:29:19 +0200	[thread overview]
Message-ID: <20080703122919.GA22543@digi.com> (raw)

Hello,

I wrote a network driver that needs CONFIG_CRC32, so I have:

	config NS9XXX_ETH
		tristate "..."
		depends on PHYLIB
		select CRC32

Currently if I choose CONFIG_NS9XXX_ETH=m I get CONFIG_CRC32=y.  I would
prefer to only get CONFIG_CRC32>=CONFIG_NS9XXX_ETH.  I tried to
implement it, but I did't find a way to do so.

Is this idea sensible?  Do you know any breakage this would introduce?

AFAIK "depends on" works this way.  That is if CONFIG_PHYLIB=m above I
cannot select NS9XXX_ETH=y.

Best regards
Uwe

-- 
Uwe Kleine-König, Software Engineer
Digi International GmbH Branch Breisach, Küferstrasse 8, 79206 Breisach, Germany
Tax: 315/5781/0242 / VAT: DE153662976 / Reg. Amtsgericht Dortmund HRB 13962

                 reply	other threads:[~2008-07-03 12:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20080703122919.GA22543@digi.com \
    --to=uwe.kleine-koenig@digi.com \
    --cc=linux-kbuild@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.