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

Next file: linux/drivers/net/Makefile
Previous file: linux/drivers/net/CONFIG
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.88/linux/drivers/net/Config.in linux/drivers/net/Config.in
@@ -15,8 +15,8 @@
 tristate 'Dummy net driver support' CONFIG_DUMMY
 tristate 'EQL (serial line load balancing) support' CONFIG_EQUALIZER
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-  if [ "$CONFIG_NETLINK_DEV" = "y" -o "$CONFIG_NETLINK_DEV" = "m" ]; then
-     dep_tristate 'Ethertap network tap' CONFIG_ETHERTAP $CONFIG_NETLINK_DEV
+  if [ "$CONFIG_NETLINK" = "y" ]; then
+     tristate 'Ethertap network tap' CONFIG_ETHERTAP
   fi
 fi
 #
@@ -53,6 +53,7 @@
     else
 		tristate 'SMC Ultra support' CONFIG_ULTRA
     fi
+    tristate 'SMC Ultra32 EISA support' CONFIG_ULTRA32
     tristate 'SMC 9194 support' CONFIG_SMC9194
   fi
   bool 'Racal-Interlan (Micom) NI cards' CONFIG_NET_VENDOR_RACAL

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