[PATCH] only show Wireless LAN submenu if Wireless LAN is selected

From: Tomas Szepe (szepe@pinerecords.com)
Date: Wed Jan 01 2003 - 08:53:57 EST


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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 07 2003 - 22:00:14 EST