blob: 8522ef9eb7332b65644e2da940a84fdce9bbc826 [file] [log] [blame]
Denis Vlasenko2856dab2007-04-01 01:18:20 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "ipsvd utilities"
7
8config TCPSVD
9 bool "tcpsvd"
10 default n
11 help
Denis Vlasenko60fadac2007-04-01 19:10:36 +000012 tcpsvd listens on a tcp port and runs a program for each new connection
13
14config UDPSVD
15 bool "udpsvd"
16 default n
17 help
18 udpsvd listens on a udp port and runs a program for each new connection
Denis Vlasenko2856dab2007-04-01 01:18:20 +000019
20endmenu