summaryrefslogtreecommitdiffstats
path: root/net/Config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
commit27cfca1ec98e91261b1a5355d10a8996464b63af (patch)
tree8e895a53e372fa682b4c0a585b9377d67ed70d0e /net/Config.in
parent6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff)
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'net/Config.in')
-rw-r--r--net/Config.in20
1 files changed, 6 insertions, 14 deletions
diff --git a/net/Config.in b/net/Config.in
index 5a5964e34..b4547e569 100644
--- a/net/Config.in
+++ b/net/Config.in
@@ -10,12 +10,8 @@ if [ "$CONFIG_NETLINK" = "y" ]; then
tristate 'Netlink device emulation' CONFIG_NETLINK_DEV
fi
bool 'Network firewalls' CONFIG_FIREWALL
-if [ "$CONFIG_FIREWALL" = "y" ]; then
- if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- bool 'Socket Security API Support (EXPERIMENTAL)' CONFIG_NET_SECURITY
- fi
-fi
bool 'Network aliasing' CONFIG_NET_ALIAS
+bool 'Socket Filtering' CONFIG_FILTER
tristate 'Unix domain sockets' CONFIG_UNIX
bool 'TCP/IP networking' CONFIG_INET
if [ "$CONFIG_INET" = "y" ]; then
@@ -31,7 +27,7 @@ fi
comment ' '
tristate 'The IPX protocol' CONFIG_IPX
if [ "$CONFIG_IPX" != "n" ]; then
- bool 'Full internal IPX network' CONFIG_IPX_INTERN
+ source net/ipx/Config.in
fi
tristate 'Appletalk DDP' CONFIG_ATALK
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
@@ -47,19 +43,15 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
# bool 'Netbeui (EXPERIMENTAL)' CONFIG_NETBEUI
# fi
tristate 'WAN router' CONFIG_WAN_ROUTER
+ bool 'Fast switching (read help!)' CONFIG_NET_FASTROUTE
+ bool 'Forwarding between high speed interfaces' CONFIG_NET_HW_FLOWCONTROL
bool 'CPU is too slow to handle full bandwidth' CONFIG_CPU_IS_SLOW
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool 'QoS and/or fair queueing' CONFIG_NET_SCHED
if [ "$CONFIG_NET_SCHED" = "y" ]; then
- tristate 'CBQ packet scheduler' CONFIG_NET_SCH_CBQ
- tristate 'CSZ packet scheduler' CONFIG_NET_SCH_CSZ
- tristate 'HFQ packet scheduler' CONFIG_NET_SCH_HFQ
- tristate 'RED queueing discipline' CONFIG_NET_SCH_RED
- tristate 'SFQ queueing discipline' CONFIG_NET_SCH_SFQ
- tristate 'auxiliary TBF queue' CONFIG_NET_SCH_TBF
- tristate 'auxiliary FIFO queue' CONFIG_NET_SCH_PFIFO
- tristate 'auxiliary PRIO queue' CONFIG_NET_SCH_PRIO
+ source net/sched/Config.in
fi
+ bool 'Network code profiler' CONFIG_NET_PROFILE
fi
fi
endmenu