blob: 09b2b5c6f37068a1a38c375e70e828065a970380 [file] [log] [blame]
Eric Andersenbdfd0d72001-10-24 05:00:29 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6mainmenu_option next_comment
7comment 'Networking Utilities'
8
Eric Andersen51b8bd62002-07-03 11:46:38 +00009bool 'Enable IPv6 support' CONFIG_FEATURE_IPV6
Eric Andersenbdfd0d72001-10-24 05:00:29 +000010bool 'hostname' CONFIG_HOSTNAME
11bool 'ifconfig' CONFIG_IFCONFIG
Eric Andersen2c669dd2001-10-31 09:54:29 +000012if [ "$CONFIG_IFCONFIG" = "y" ]; then
13 bool ' Enable status reporting output (+7k)' CONFIG_FEATURE_IFCONFIG_STATUS
14 bool ' Enable slip-specific options "keepalive" and "outfill"' CONFIG_FEATURE_IFCONFIG_SLIP
15 bool ' Enable options "mem_start", "io_addr", and "irq"' CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
16 bool ' Enable option "hw" (ether only)' CONFIG_FEATURE_IFCONFIG_HW
17 bool ' Set the broadcast automatically' CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
18fi
Glenn L McGrath021fa7d2002-11-09 09:34:15 +000019bool 'ifupdown' CONFIG_IFUPDOWN
20if [ "$CONFIG_IFUPDOWN" = "y" ]; then
21 bool ' Enable support for IPv4' CONFIG_FEATURE_IFUPDOWN_IPV4
22 bool ' Enable support for IPv6 (requires ip command)' CONFIG_FEATURE_IFUPDOWN_IPV6
23 bool ' Enable support for IPX (requires ipx_interface command)' CONFIG_FEATURE_IFUPDOWN_IPX
24fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000025bool 'nc' CONFIG_NC
Eric Andersen31a0ece2001-10-31 11:00:46 +000026bool 'netstat' CONFIG_NETSTAT
Eric Andersenbdfd0d72001-10-24 05:00:29 +000027bool 'nslookup' CONFIG_NSLOOKUP
28bool 'ping' CONFIG_PING
Eric Andersen2c669dd2001-10-31 09:54:29 +000029if [ "$CONFIG_PING" = "y" ]; then
30 bool ' Enable fancy ping output' CONFIG_FEATURE_FANCY_PING
31fi
Eric Andersen51b8bd62002-07-03 11:46:38 +000032if [ "$CONFIG_FEATURE_IPV6" = "y" ]; then
33 bool 'ping6' CONFIG_PING6
34 if [ "$CONFIG_PING6" = "y" ]; then
35 bool ' Enable fancy ping6 output' CONFIG_FEATURE_FANCY_PING6
36 fi
37fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000038bool 'route' CONFIG_ROUTE
39bool 'telnet' CONFIG_TELNET
Eric Andersen2c669dd2001-10-31 09:54:29 +000040if [ "$CONFIG_TELNET" = "y" ]; then
41 bool ' Pass TERM type to remote host' CONFIG_FEATURE_TELNET_TTYPE
42fi
Eric Andersen08a72202002-09-30 20:52:10 +000043bool 'telnetd' CONFIG_TELNETD
Eric Andersenbdfd0d72001-10-24 05:00:29 +000044bool 'tftp' CONFIG_TFTP
Eric Andersen2c669dd2001-10-31 09:54:29 +000045if [ "$CONFIG_TFTP" = "y" ]; then
46 bool ' Enable "get" command' CONFIG_FEATURE_TFTP_GET
47 bool ' Enable "put" command' CONFIG_FEATURE_TFTP_PUT
48 bool ' Enable "blocksize" option' CONFIG_FEATURE_TFTP_BLOCKSIZE
49 bool ' Enable debug' CONFIG_FEATURE_TFTP_DEBUG
50fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000051bool 'traceroute' CONFIG_TRACEROUTE
Eric Andersen2c669dd2001-10-31 09:54:29 +000052if [ "$CONFIG_TRACEROUTE" = "y" ]; then
53 bool ' Enable verbose output' CONFIG_FEATURE_TRACEROUTE_VERBOSE
54 bool ' Enable SO_DEBUG option' CONFIG_FEATURE_TRACEROUTE_SO_DEBUG
55fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000056bool 'wget' CONFIG_WGET
Eric Andersen2c669dd2001-10-31 09:54:29 +000057if [ "$CONFIG_WGET" = "y" ]; then
58 bool ' Enable a nifty process meter (+2k)' CONFIG_FEATURE_WGET_STATUSBAR
59 bool ' Enable HTTP authentication' CONFIG_FEATURE_WGET_AUTHENTICATION
60fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000061
Russ Dill61fb4892002-10-14 21:41:28 +000062source networking/udhcp/config.in
63
Eric Andersenbdfd0d72001-10-24 05:00:29 +000064endmenu
65