aboutsummaryrefslogtreecommitdiff
path: root/ipsvd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'ipsvd/Config.in')
-rw-r--r--ipsvd/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/ipsvd/Config.in b/ipsvd/Config.in
new file mode 100644
index 000000000..fb2931d07
--- /dev/null
+++ b/ipsvd/Config.in
@@ -0,0 +1,14 @@
+#
+# For a description of the syntax of this configuration file,
+# see scripts/kbuild/config-language.txt.
+#
+
+menu "ipsvd utilities"
+
+config TCPSVD
+ bool "tcpsvd"
+ default n
+ help
+ tcpsvd listens on a port and runs a program for each new connection
+
+endmenu