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

Next file: linux-2.4.27/drivers/net/Makefile
Previous file: linux-2.4.27/drivers/net/8390.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/drivers/net/Config.in linux-2.4.27/drivers/net/Config.in
@@ -311,6 +311,10 @@
    fi
 fi
 
+if [ "$CONFIG_PPC_PSERIES" = "y" ]; then
+   dep_tristate 'IBM PowerPC Virtual Ethernet driver support' CONFIG_IBMVETH $CONFIG_PPC_PSERIES
+fi 
+
 dep_tristate 'PLIP (parallel port) support' CONFIG_PLIP $CONFIG_PARPORT
 
 tristate 'PPP (point-to-point protocol) support' CONFIG_PPP

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