blob: 8a8e42086a1cfe151e5f99e32dfea3b80992ca0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|