diff options
Diffstat (limited to 'sysklogd/config.in')
-rw-r--r-- | sysklogd/config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sysklogd/config.in b/sysklogd/config.in new file mode 100644 index 000000000..8a8e42086 --- /dev/null +++ b/sysklogd/config.in | |||
@@ -0,0 +1,16 @@ | |||
1 | # | ||
2 | # For a description of the syntax of this configuration file, | ||
3 | # see scripts/kbuild/config-language.txt. | ||
4 | # | ||
5 | |||
6 | mainmenu_option next_comment | ||
7 | comment 'System Logging Utilities' | ||
8 | |||
9 | bool 'klogd' CONFIG_KLOGD | ||
10 | bool 'logger' CONFIG_LOGGER | ||
11 | bool 'logread' CONFIG_LOGREAD | ||
12 | bool 'syslogd' CONFIG_SYSLOGD | ||
13 | |||
14 | |||
15 | endmenu | ||
16 | |||