blob: b148eb57caefd2485ca7fa5bf7f4e97b1f70386b [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 Andersenbdfd0d72001-10-24 05:00:29 +00009bool 'hostname' CONFIG_HOSTNAME
10bool 'ifconfig' CONFIG_IFCONFIG
Eric Andersen2c669dd2001-10-31 09:54:29 +000011if [ "$CONFIG_IFCONFIG" = "y" ]; then
12 bool ' Enable status reporting output (+7k)' CONFIG_FEATURE_IFCONFIG_STATUS
13 bool ' Enable slip-specific options "keepalive" and "outfill"' CONFIG_FEATURE_IFCONFIG_SLIP
14 bool ' Enable options "mem_start", "io_addr", and "irq"' CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
15 bool ' Enable option "hw" (ether only)' CONFIG_FEATURE_IFCONFIG_HW
16 bool ' Set the broadcast automatically' CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
17fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000018bool 'nc' CONFIG_NC
Eric Andersen31a0ece2001-10-31 11:00:46 +000019bool 'netstat' CONFIG_NETSTAT
Eric Andersenbdfd0d72001-10-24 05:00:29 +000020bool 'nslookup' CONFIG_NSLOOKUP
21bool 'ping' CONFIG_PING
Eric Andersen2c669dd2001-10-31 09:54:29 +000022if [ "$CONFIG_PING" = "y" ]; then
23 bool ' Enable fancy ping output' CONFIG_FEATURE_FANCY_PING
24fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000025bool 'route' CONFIG_ROUTE
26bool 'telnet' CONFIG_TELNET
Eric Andersen2c669dd2001-10-31 09:54:29 +000027if [ "$CONFIG_TELNET" = "y" ]; then
28 bool ' Pass TERM type to remote host' CONFIG_FEATURE_TELNET_TTYPE
29fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000030bool 'tftp' CONFIG_TFTP
Eric Andersen2c669dd2001-10-31 09:54:29 +000031if [ "$CONFIG_TFTP" = "y" ]; then
32 bool ' Enable "get" command' CONFIG_FEATURE_TFTP_GET
33 bool ' Enable "put" command' CONFIG_FEATURE_TFTP_PUT
34 bool ' Enable "blocksize" option' CONFIG_FEATURE_TFTP_BLOCKSIZE
35 bool ' Enable debug' CONFIG_FEATURE_TFTP_DEBUG
36fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000037bool 'traceroute' CONFIG_TRACEROUTE
Eric Andersen2c669dd2001-10-31 09:54:29 +000038if [ "$CONFIG_TRACEROUTE" = "y" ]; then
39 bool ' Enable verbose output' CONFIG_FEATURE_TRACEROUTE_VERBOSE
40 bool ' Enable SO_DEBUG option' CONFIG_FEATURE_TRACEROUTE_SO_DEBUG
41fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000042bool 'wget' CONFIG_WGET
Eric Andersen2c669dd2001-10-31 09:54:29 +000043if [ "$CONFIG_WGET" = "y" ]; then
44 bool ' Enable a nifty process meter (+2k)' CONFIG_FEATURE_WGET_STATUSBAR
45 bool ' Enable HTTP authentication' CONFIG_FEATURE_WGET_AUTHENTICATION
46fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000047
48endmenu
49