patch-2.3.51 linux/drivers/net/wan/Config.in

Next file: linux/drivers/net/wan/cosa.c
Previous file: linux/drivers/net/tulip/tulip_core.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.50/linux/drivers/net/wan/Config.in linux/drivers/net/wan/Config.in
@@ -51,12 +51,8 @@
 
 	# X.25 network drivers
 
-	if [ "$CONFIG_X25" != "n" ]; then
-	   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
+	dep_tristate 'LAPB over Ethernet driver' CONFIG_LAPBETHER $CONFIG_LAPB $CONFIG_X25
+	dep_tristate 'X.25 async driver' CONFIG_X25_ASY $CONFIG_LAPB $CONFIG_X25
 
 	tristate 'SBNI12-xx support' CONFIG_SBNI
 fi

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