* selecting a tristate
@ 2008-07-03 12:29 Uwe Kleine-König
0 siblings, 0 replies; only message in thread
From: Uwe Kleine-König @ 2008-07-03 12:29 UTC (permalink / raw)
To: linux-kbuild
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-03 12:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03 12:29 selecting a tristate Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox