aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/Config.in')
-rw-r--r--sysklogd/Config.in48
1 files changed, 48 insertions, 0 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in
new file mode 100644
index 000000000..5bded0675
--- /dev/null
+++ b/sysklogd/Config.in
@@ -0,0 +1,48 @@
1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "System Logging Utilities"
7
8config CONFIG_KLOGD
9 bool "klogd"
10 default n
11 help
12 Please submit a patch to add help text for this item.
13
14config CONFIG_LOGGER
15 bool "logger"
16 default n
17 help
18 Please submit a patch to add help text for this item.
19
20config CONFIG_SYSLOGD
21 bool "syslogd"
22 default n
23 help
24 Please submit a patch to add help text for this item.
25
26config CONFIG_FEATURE_REMOTE_LOG
27 bool " Remote Log support"
28 default n
29 depends on CONFIG_SYSLOGD
30 help
31 Please submit a patch to add help text for this item.
32
33config CONFIG_FEATURE_IPC_SYSLOG
34 bool " Circular Buffer support"
35 default n
36 depends on CONFIG_SYSLOGD
37 help
38 Please submit a patch to add help text for this item.
39
40config CONFIG_LOGREAD
41 bool " logread"
42 default y
43 depends on CONFIG_FEATURE_IPC_SYSLOG
44 help
45 Please submit a patch to add help text for this item.
46
47endmenu
48