blob: 94d76b6065828618de1f3af6f0b3c7d66c6a0391 [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
Matt Kraaib5f25162001-10-29 15:22:42 +000011bool 'killall' CONFIG_KILLALL
Eric Andersen71312132001-11-10 09:53:23 +000012if [ "$CONFIG_KILLALL" = "y" -a "$CONFIG_KILL" = "n" ] ; then
13 define_bool CONFIG_KILL y
Matt Kraaib5f25162001-10-29 15:22:42 +000014fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000015bool 'pidof' CONFIG_PIDOF
16bool 'ps' CONFIG_PS
Eric Andersen71312132001-11-10 09:53:23 +000017if [ "$CONFIG_PS" = "y" ] ; then
18 bool ' Use devps instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH
19fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000020bool 'renice' CONFIG_RENICE
21bool 'uptime' CONFIG_UPTIME
Eric Andersenbdfd0d72001-10-24 05:00:29 +000022endmenu
23