aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd')
-rw-r--r--sysklogd/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in
index b500d5471..3670f1a28 100644
--- a/sysklogd/Config.in
+++ b/sysklogd/Config.in
@@ -8,6 +8,7 @@ menu "System Logging Utilities"
8config SYSLOGD 8config SYSLOGD
9 bool "syslogd" 9 bool "syslogd"
10 default n 10 default n
11 depends on PLATFORM_POSIX
11 help 12 help
12 The syslogd utility is used to record logs of all the 13 The syslogd utility is used to record logs of all the
13 significant events that occur on a system. Every 14 significant events that occur on a system. Every
@@ -87,6 +88,7 @@ config LOGREAD
87 bool "logread" 88 bool "logread"
88 default y 89 default y
89 depends on FEATURE_IPC_SYSLOG 90 depends on FEATURE_IPC_SYSLOG
91 depends on PLATFORM_POSIX
90 help 92 help
91 If you enabled Circular Buffer support, you almost 93 If you enabled Circular Buffer support, you almost
92 certainly want to enable this feature as well. This 94 certainly want to enable this feature as well. This
@@ -107,6 +109,7 @@ config FEATURE_LOGREAD_REDUCED_LOCKING
107config KLOGD 109config KLOGD
108 bool "klogd" 110 bool "klogd"
109 default n 111 default n
112 depends on PLATFORM_POSIX
110 help 113 help
111 klogd is a utility which intercepts and logs all 114 klogd is a utility which intercepts and logs all
112 messages from the Linux kernel and sends the messages 115 messages from the Linux kernel and sends the messages
@@ -117,6 +120,7 @@ config KLOGD
117config LOGGER 120config LOGGER
118 bool "logger" 121 bool "logger"
119 default n 122 default n
123 depends on PLATFORM_POSIX
120 select FEATURE_SYSLOG 124 select FEATURE_SYSLOG
121 help 125 help
122 The logger utility allows you to send arbitrary text 126 The logger utility allows you to send arbitrary text