Simplify CRC table generation
[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 'syslogd'      CONFIG_SYSLOGD
12 if [ "$CONFIG_SYSLOGD" = "y" ] ; then
13         bool ' Remote Log support ' CONFIG_FEATURE_REMOTE_LOG
14         bool ' Circular Buffer support ' CONFIG_FEATURE_IPC_SYSLOG
15         if [ "$CONFIG_FEATURE_IPC_SYSLOG" = "y" ] ; then
16                 bool '  logread ' CONFIG_LOGREAD
17         fi 
18 fi
19
20 endmenu
21