mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] only show Wireless LAN submenu if Wireless LAN is selected
@ 2003-01-01 13:53 Tomas Szepe
  0 siblings, 0 replies; only message in thread
From: Tomas Szepe @ 2003-01-01 13:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lkml

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-01 13:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-01 13:53 [PATCH] only show Wireless LAN submenu if Wireless LAN is selected Tomas Szepe

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®