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

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

diff -u --recursive --new-file v2.1.111/linux/drivers/net/Config.in linux/drivers/net/Config.in
@@ -31,8 +31,14 @@
       source drivers/acorn/net/Config.in
     fi
   fi
-  if [ "$CONFIG_PMAC" = "y" ]; then
-    bool 'MACE (Power Mac Ethernet) support' CONFIG_MACE
+  if [ "$CONFIG_PPC" = "y" ]; then
+    bool 'MACE (Power Mac ethernet) support' CONFIG_MACE
+    bool 'BMAC (G3 ethernet) support' CONFIG_BMAC
+  fi
+  if [ "$CONFIG_APUS" = "y" ]; then
+    tristate 'Ariadne support' CONFIG_ARIADNE
+    tristate 'A2065 support' CONFIG_A2065
+    tristate 'Hydra support' CONFIG_HYDRA
   fi
   if [ "$CONFIG_MIPS_JAZZ" = "y" ]; then
     bool 'MIPS JAZZ onboard SONIC Ethernet support' CONFIG_MIPS_JAZZ_SONIC

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov