blob: bc11d83a78d36d9c4d70228a445677ec634d17d0 [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
Eric Andersenbdfd0d72001-10-24 05:00:29 +000019bool 'nc' CONFIG_NC
Eric Andersen31a0ece2001-10-31 11:00:46 +000020bool 'netstat' CONFIG_NETSTAT
Eric Andersenbdfd0d72001-10-24 05:00:29 +000021bool 'nslookup' CONFIG_NSLOOKUP
22bool 'ping' CONFIG_PING
Eric Andersen2c669dd2001-10-31 09:54:29 +000023if [ "$CONFIG_PING" = "y" ]; then
24 bool ' Enable fancy ping output' CONFIG_FEATURE_FANCY_PING
25fi
Eric Andersen51b8bd62002-07-03 11:46:38 +000026if [ "$CONFIG_FEATURE_IPV6" = "y" ]; then
27 bool 'ping6' CONFIG_PING6
28 if [ "$CONFIG_PING6" = "y" ]; then
29 bool ' Enable fancy ping6 output' CONFIG_FEATURE_FANCY_PING6
30 fi
31fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000032bool 'route' CONFIG_ROUTE
33bool 'telnet' CONFIG_TELNET
Eric Andersen2c669dd2001-10-31 09:54:29 +000034if [ "$CONFIG_TELNET" = "y" ]; then
35 bool ' Pass TERM type to remote host' CONFIG_FEATURE_TELNET_TTYPE
36fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000037bool 'tftp' CONFIG_TFTP
Eric Andersen2c669dd2001-10-31 09:54:29 +000038if [ "$CONFIG_TFTP" = "y" ]; then
39 bool ' Enable "get" command' CONFIG_FEATURE_TFTP_GET
40 bool ' Enable "put" command' CONFIG_FEATURE_TFTP_PUT
41 bool ' Enable "blocksize" option' CONFIG_FEATURE_TFTP_BLOCKSIZE
42 bool ' Enable debug' CONFIG_FEATURE_TFTP_DEBUG
43fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000044bool 'traceroute' CONFIG_TRACEROUTE
Eric Andersen2c669dd2001-10-31 09:54:29 +000045if [ "$CONFIG_TRACEROUTE" = "y" ]; then
46 bool ' Enable verbose output' CONFIG_FEATURE_TRACEROUTE_VERBOSE
47 bool ' Enable SO_DEBUG option' CONFIG_FEATURE_TRACEROUTE_SO_DEBUG
48fi
Glenn L McGrath8eb0dc12002-08-21 10:27:58 +000049bool 'udhcpc' CONFIG_UDHCPC
Eric Andersenbdfd0d72001-10-24 05:00:29 +000050bool 'wget' CONFIG_WGET
Eric Andersen2c669dd2001-10-31 09:54:29 +000051if [ "$CONFIG_WGET" = "y" ]; then
52 bool ' Enable a nifty process meter (+2k)' CONFIG_FEATURE_WGET_STATUSBAR
53 bool ' Enable HTTP authentication' CONFIG_FEATURE_WGET_AUTHENTICATION
54fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000055
56endmenu
57