patch-2.1.42 linux/drivers/net/Config.in
Next file: linux/drivers/net/apricot.c
Previous file: linux/drivers/isdn/sc/ioctl.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Wed May 28 10:49:10 1997
-  Orig file: 
v2.1.41/linux/drivers/net/Config.in
-  Orig date: 
Wed Apr 23 19:01:18 1997
diff -u --recursive --new-file v2.1.41/linux/drivers/net/Config.in linux/drivers/net/Config.in
@@ -180,9 +180,13 @@
     fi
   fi
 fi
-
+#
+# X.25 network drivers
+#
 if [ "$CONFIG_X25" != "n" ]; then
-  tristate 'LAPB over Ethernet driver' CONFIG_LAPBETHER
-  tristate 'X.25 async driver' CONFIG_X25_ASY
+if [ "$CONFIG_LAPB" != "n" ]; then
+    dep_tristate 'LAPB over Ethernet driver' CONFIG_LAPBETHER $CONFIG_LAPB
+    dep_tristate 'X.25 async driver' CONFIG_X25_ASY $CONFIG_LAPB
+fi
 fi
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov