patch-2.3.19 linux/drivers/net/pcmcia/Config.in
Next file: linux/drivers/net/pcmcia/Makefile
Previous file: linux/drivers/net/pcmcia/3c589_cs.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Sat Oct  2 07:38:27 1999
-  Orig file: 
v2.3.18/linux/drivers/net/pcmcia/Config.in
-  Orig date: 
Fri Sep 10 23:57:30 1999
diff -u --recursive --new-file v2.3.18/linux/drivers/net/pcmcia/Config.in linux/drivers/net/pcmcia/Config.in
@@ -5,8 +5,12 @@
 mainmenu_option next_comment
 comment 'PCMCIA network devices'
 
-tristate 'PCMCIA ethernet cards (NE2000 compatibles: DE-650, ...)' CONFIG_PCMCIA_PCNET
-tristate '3Com 3c589 PCMCIA card' CONFIG_PCMCIA_3C589
-tristate 'Aviator/Raytheon 2.4MHz wireless' CONFIG_PCMCIA_RAYCS
+dep_tristate 'PCMCIA ethernet cards (NE2000 compatibles: DE-650, ...)' CONFIG_PCMCIA_PCNET $CONFIG_PCMCIA
+dep_tristate '3Com 3c589 PCMCIA card' CONFIG_PCMCIA_3C589 $CONFIG_PCMCIA
+dep_tristate 'Aviator/Raytheon 2.4MHz wireless' CONFIG_PCMCIA_RAYCS $CONFIG_PCMCIA
+
+if [ "$CONFIG_PCMCIA_3C589" = "y" -o "$CONFIG_PCMCIA_RAYCS" = "y" -o "$CONFIG_PCMCIA_PCNET" = "y" ]; then
+   define_bool CONFIG_PCMCIA_NETCARD y
+fi
 
 endmenu
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)