[PATCH] only show the NET_PCMCIA submenu if NET_PCMCIA is selected

From: Tomas Szepe (szepe@pinerecords.com)
Date: Wed Jan 01 2003 - 10:02:38 EST


Trivial: This is a follow-up to your "Gigabit Ethernet submenu" precedent.

Only show the NET_PCMCIA submenu if the NET_PCMCIA entry is selected.

-- 
Tomas Szepe <szepe@pinerecords.com>

diff -urN a/drivers/net/pcmcia/Kconfig b/drivers/net/pcmcia/Kconfig --- a/drivers/net/pcmcia/Kconfig 2002-10-31 02:33:49.000000000 +0100 +++ b/drivers/net/pcmcia/Kconfig 2003-01-01 15:59:44.000000000 +0100 @@ -2,10 +2,8 @@ # PCMCIA Network device configuration # -menu "PCMCIA network device support" - depends on NETDEVICES && HOTPLUG && PCMCIA!=n - config NET_PCMCIA + depends on NETDEVICES && HOTPLUG && PCMCIA!=n bool "PCMCIA network device support" ---help--- Say Y if you would like to include support for any PCMCIA or CardBus @@ -21,6 +19,9 @@ If unsure, say N. +menu "PCMCIA network device support" + depends on NET_PCMCIA + config PCMCIA_3C589 tristate "3Com 3c589 PCMCIA support" depends on NET_PCMCIA && PCMCIA - 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