blob: fb2931d0703062170c92aae56bef077e789feb9b [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
12 tcpsvd listens on a port and runs a program for each new connection
13
14endmenu