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 0000000..8a8e420 --- /dev/null +++ b/sysklogd/config.in @@ -0,0 +1,16 @@ +# +# For a description of the syntax of this configuration file, +# see scripts/kbuild/config-language.txt. +# + +mainmenu_option next_comment +comment 'System Logging Utilities' + +bool 'klogd' CONFIG_KLOGD +bool 'logger' CONFIG_LOGGER +bool 'logread' CONFIG_LOGREAD +bool 'syslogd' CONFIG_SYSLOGD + + +endmenu + |