From: Tomas Szepe <szepe@pinerecords.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] only show Wireless LAN submenu if Wireless LAN is selected
Date: Wed, 1 Jan 2003 14:53:57 +0100 [thread overview]
Message-ID: <20030101135357.GG14184@louise.pinerecords.com> (raw)
Trivial: This is a follow-up to your "Gigabit Ethernet submenu" precedent.
Only show the Wireless LAN submenu if the Wireless LAN entry is selected.
--
Tomas Szepe <szepe@pinerecords.com>
diff -urN a/drivers/net/Kconfig b/drivers/net/Kconfig
--- a/drivers/net/Kconfig 2003-01-01 14:25:27.000000000 +0100
+++ b/drivers/net/Kconfig 2003-01-01 14:50:59.000000000 +0100
@@ -2141,11 +2141,8 @@
end of the link as well. It's good enough, for example, to run IP
over the async ports of a Camtec JNT Pad. If unsure, say N.
-
-menu "Wireless LAN (non-hamradio)"
- depends on NETDEVICES
-
config NET_RADIO
+ depends on NETDEVICES
bool "Wireless LAN (non-hamradio)"
---help---
Support for wireless LANs and everything having to do with radio,
@@ -2168,6 +2165,9 @@
special kernel support are available from
<ftp://shadow.cabi.net/pub/Linux/>.
+menu "Wireless LAN (non-hamradio)"
+ depends on NET_RADIO
+
config STRIP
tristate "STRIP (Metricom starmode radio IP)"
depends on NET_RADIO && INET
reply other threads:[~2003-01-01 13:45 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=20030101135357.GG14184@louise.pinerecords.com \
--to=szepe@pinerecords.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.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
all inboxes | Powered by JetHome®