Major rework of the directory structure and the entire build system.
[oweals/busybox.git] / sysklogd / config.in
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