From: Ivo van Doorn <ivdoorn@gmail.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: "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 16:34:47 +0100 [thread overview]
Message-ID: <200702281634.47330.IvDoorn@gmail.com> (raw)
In-Reply-To: <1172676338.5015.20.camel@johannes.berg>
On Wednesday 28 February 2007 16:25, Johannes Berg wrote:
> On Wed, 2007-02-28 at 16:12 +0100, Ivo van Doorn wrote:
>
> > Is there any particular reason for RT2X00 to be a config only option?
>
> Not sure, maybe just preference. To me, when going through and not
> reading all the config entries, it appears as though rt2x00 is just a
> menu but selecting it still means code is built. Maybe there's the
> solution too, provide a new menu for all these options, rename RT2X00 to
> RT2X00_LIB and hide it by not providing a help text.
Nope, in my test it will show up in the menu. The help text has no influence.
When the help text is not specified, selecting help on that entry will display
"There is no help available for this kernel option." followed by the regular
dependency information for that option.
> > When RT2X00 is a config only option, it would still require RT2X00 to be a
> > tristate option.
>
> Good point.
>
> > It would also mean that both RT2X00 and RT2X00_LIB are options the user
> > can select (RT2X00_LIB depending on Rt2X00 off course), I can't really see
> > the point in that.
>
> No, that's not true, if RT2X00_LIB has no help text it would never show
> up to the user.
Really?, I have just tested it and it does show up. There are 2 possibilities.
1) The drivers select RT2X00_LIB which is not listed in the KConfig file.
- This results in the warning message:
drivers/net/wireless/mac80211/rt2x00/Kconfig:18:warning: 'select' used by config symbol 'RT2400PCI' refer to undefined symbol 'RT2X00_LIB'
2) KConfig contains this entry:
config RT2X00_LIB
tristate "rt2x00 support"
depends on RT2X00
After this, "rt2x00 support" will show up in the menu for the user.
Ivo
next prev parent reply other threads:[~2007-02-28 15:34 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 [this message]
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
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=200702281634.47330.IvDoorn@gmail.com \
--to=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 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.