blob: 0c9c35c063196cdd00ad2adda74d057305f2ce1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
mainmenu_option next_comment
comment 'Process Utilities'
bool 'free' CONFIG_FREE
bool 'kill' CONFIG_KILL
bool 'pidof' CONFIG_PIDOF
bool 'ps' CONFIG_PS
bool 'renice' CONFIG_RENICE
bool 'uptime' CONFIG_UPTIME
endmenu
|