patch-2.2.4 linux/drivers/net/Config.in

Next file: linux/drivers/net/Makefile
Previous file: linux/drivers/net/3c527.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.3/linux/drivers/net/Config.in linux/drivers/net/Config.in
@@ -32,8 +32,8 @@
     fi
   fi
   if [ "$CONFIG_PPC" = "y" ]; then
-    bool 'MACE (Power Mac ethernet) support' CONFIG_MACE
-    bool 'BMAC (G3 ethernet) support' CONFIG_BMAC
+    tristate 'MACE (Power Mac ethernet) support' CONFIG_MACE
+    tristate 'BMAC (G3 ethernet) support' CONFIG_BMAC
   fi
   if [ "$CONFIG_ZORRO" = "y" ]; then
     tristate 'Ariadne support' CONFIG_ARIADNE
@@ -53,6 +53,7 @@
       tristate '3c507 support' CONFIG_EL16
       if [ "$CONFIG_MCA" = "y" ]; then
         tristate '3c523 support' CONFIG_ELMC
+        tristate '3c527 support' CONFIG_ELMC_II
       fi
     fi
     tristate '3c509/3c579 support' CONFIG_EL3
@@ -81,7 +82,7 @@
   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
       tristate 'RealTek 8129/8139 (not 8019/8029!) support' CONFIG_RTL8139
       tristate 'Packet Engines Yellowfin Gigabit-NIC support' CONFIG_YELLOWFIN
-      tristate 'Alteon AceNIC & 3Com 3C985 Gigabit support' CONFIG_ACENIC
+      tristate 'Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support' CONFIG_ACENIC
   fi
   bool 'Other ISA cards' CONFIG_NET_ISA
   if [ "$CONFIG_NET_ISA" = "y" ]; then

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)