blob: 0c9c35c063196cdd00ad2adda74d057305f2ce1f [file] [log] [blame]
Eric Andersenbdfd0d72001-10-24 05:00:29 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6mainmenu_option next_comment
7comment 'Process Utilities'
8
9bool 'free' CONFIG_FREE
10bool 'kill' CONFIG_KILL
11bool 'pidof' CONFIG_PIDOF
12bool 'ps' CONFIG_PS
13bool 'renice' CONFIG_RENICE
14bool 'uptime' CONFIG_UPTIME
15
16endmenu
17