From: Holger Schurig <hs4233@mail.mn-solutions.de>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: Ivo van Doorn <ivdoorn@gmail.com>,
"John W. Linville" <linville@tuxdriver.com>,
linux-wireless@vger.kernel.org
Subject: Re: [PATCH 14/28] rt2x00: Create rt2x00lib module
Date: Wed, 28 Feb 2007 17:07:45 +0100 [thread overview]
Message-ID: <200702281707.45348.hs4233@mail.mn-solutions.de> (raw)
In-Reply-To: <1172676338.5015.20.camel@johannes.berg>
> No, that's not true, if RT2X00_LIB has no help text it would
> never show up to the user.
No, that's not true either. It's not a feature of the help text,
but of the little description behind the bool or tristate
option.
The following example would make a CONFIG_LIBERAS entry, that can
be tristate, and is automatically set correctly. If I set
LIBERTAS_CS to "m", it would be "m". If it is "y", it would
be "y" as well. And if LIBERTAS_CS is "m", but LIBERTAS_USB
is "y", it would still be "y". Kconfig is sane enought to find
out what it should do.
config LIBERTAS
tristate
depends on NET_RADIO
config LIBERTAS_CS
tristate "Marvell Libertas 8388 CF 802.11b/g cards"
depends on PCMCIA && EXPERIMENTAL
select FW_LOADER
select LIBERTAS
---help---
A driver for Marvell Libertas 8385 compact flash
devices.
config LIBERTAS_USB
tristate "Marvell Libertas 8388 USB 802.11b/g cards"
depends on USB
select FW_LOADER
select LIBERTAS
---help---
A driver for Marvell Libertas 8388 USB devices.
config LIBERTAS_DEBUG
bool "Enable full debugging in the Libertas library"
depends on LIBERTAS
---help---
Debugging support
next prev parent reply other threads:[~2007-02-28 16:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-28 14:07 [PATCH 14/28] rt2x00: Create rt2x00lib module Ivo van Doorn
2007-02-28 14:50 ` Johannes Berg
2007-02-28 15:12 ` Ivo van Doorn
2007-02-28 15:25 ` Johannes Berg
2007-02-28 15:34 ` Ivo van Doorn
2007-02-28 15:39 ` Johannes Berg
2007-02-28 15:43 ` Ivo van Doorn
2007-02-28 15:49 ` Johannes Berg
2007-02-28 15:57 ` Ivo van Doorn
2007-02-28 16:00 ` Johannes Berg
2007-02-28 16:08 ` Ivo van Doorn
2007-02-28 16:07 ` Holger Schurig [this message]
2007-02-28 16:13 ` Johannes Berg
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=200702281707.45348.hs4233@mail.mn-solutions.de \
--to=hs4233@mail.mn-solutions.de \
--cc=ivdoorn@gmail.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/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