patch-2.3.99-pre9 linux/arch/sparc/config.in
Next file: linux/arch/sparc/kernel/Makefile
Previous file: linux/arch/sh/mm/fault.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon May 22 09:50:53 2000
- Orig file:
v2.3.99-pre8/linux/arch/sparc/config.in
- Orig date:
Tue Apr 11 15:09:14 2000
diff -u --recursive --new-file v2.3.99-pre8/linux/arch/sparc/config.in linux/arch/sparc/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.92 2000/03/29 11:56:48 davem Exp $
+# $Id: config.in,v 1.93 2000/05/22 08:12:19 davem Exp $
# For a description of the syntax of this configuration file,
# see the Configure script.
#
@@ -186,6 +186,11 @@
if [ "$CONFIG_NETDEVICES" = "y" ]; then
tristate ' Dummy net driver support' CONFIG_DUMMY
tristate ' Bonding driver support' CONFIG_BONDING
+ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ if [ "$CONFIG_NETLINK" = "y" ]; then
+ tristate ' Ethertap network tap (EXPERIMENTAL)' CONFIG_ETHERTAP
+ fi
+ fi
tristate ' PPP (point-to-point) support' CONFIG_PPP
if [ ! "$CONFIG_PPP" = "n" ]; then
dep_tristate ' PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)