diff options
Diffstat (limited to 'sysklogd/Config.src')
-rw-r--r-- | sysklogd/Config.src | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sysklogd/Config.src b/sysklogd/Config.src index 41c0d286b..1e5987275 100644 --- a/sysklogd/Config.src +++ b/sysklogd/Config.src | |||
@@ -109,7 +109,6 @@ config FEATURE_LOGREAD_REDUCED_LOCKING | |||
109 | config KLOGD | 109 | config KLOGD |
110 | bool "klogd" | 110 | bool "klogd" |
111 | default y | 111 | default y |
112 | depends on PLATFORM_LINUX | ||
113 | help | 112 | help |
114 | klogd is a utility which intercepts and logs all | 113 | klogd is a utility which intercepts and logs all |
115 | messages from the Linux kernel and sends the messages | 114 | messages from the Linux kernel and sends the messages |
@@ -117,6 +116,22 @@ config KLOGD | |||
117 | you wish to record the messages produced by the kernel, | 116 | you wish to record the messages produced by the kernel, |
118 | you should enable this option. | 117 | you should enable this option. |
119 | 118 | ||
119 | config FEATURE_KLOGD_KLOGCTL | ||
120 | bool "Use the klogctl() interface" | ||
121 | default y | ||
122 | depends on KLOGD && PLATFORM_LINUX | ||
123 | help | ||
124 | The klogd applet supports two interfaces for reading | ||
125 | kernel messages. Linux provides the klogctl() interface | ||
126 | which allows reading messages from the kernel ring buffer | ||
127 | independently from the file system. | ||
128 | |||
129 | If you answer 'N' here, klogd will use the more portable | ||
130 | approach of reading them from /proc or a device node. | ||
131 | However, this method requires the file to be available. | ||
132 | |||
133 | If in doubt, say 'Y'. | ||
134 | |||
120 | config LOGGER | 135 | config LOGGER |
121 | bool "logger" | 136 | bool "logger" |
122 | default y | 137 | default y |