lkml.org 
[lkml]   [2003]   [Jan]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] only show the NET_PCMCIA submenu if NET_PCMCIA is selected
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/
\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.541 / U:0.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site