Denis Vlasenko | 2856dab | 2007-04-01 01:18:20 +0000 | [diff] [blame^] | 1 | # |
2 | # For a description of the syntax of this configuration file, | ||||
3 | # see scripts/kbuild/config-language.txt. | ||||
4 | # | ||||
5 | |||||
6 | menu "ipsvd utilities" | ||||
7 | |||||
8 | config TCPSVD | ||||
9 | bool "tcpsvd" | ||||
10 | default n | ||||
11 | help | ||||
12 | tcpsvd listens on a port and runs a program for each new connection | ||||
13 | |||||
14 | endmenu |