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 6d574abb1..1e5987275 100644 --- a/sysklogd/Config.src +++ b/sysklogd/Config.src | |||
@@ -116,6 +116,22 @@ config KLOGD | |||
116 | you wish to record the messages produced by the kernel, | 116 | you wish to record the messages produced by the kernel, |
117 | you should enable this option. | 117 | you should enable this option. |
118 | 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 | |||
119 | config LOGGER | 135 | config LOGGER |
120 | bool "logger" | 136 | bool "logger" |
121 | default y | 137 | default y |
@@ -127,4 +143,3 @@ config LOGGER | |||
127 | problems that occur within programs and scripts. | 143 | problems that occur within programs and scripts. |
128 | 144 | ||
129 | endmenu | 145 | endmenu |
130 | |||