blob: 966b1152475bd6d39a6bff5a7e8a860cc5750298 [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
Eric Andersen420b2082002-09-17 22:14:58 +000021bool 'top' CONFIG_TOP
Eric Andersen1bb1e832002-10-10 03:44:12 +000022if [ "$CONFIG_TOP" = "y" ] ; then
23 bool ' Support show CPU usage percentage (add 2k bytes)' FEATURE_CPU_USAGE_PERCENTAGE
24fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000025bool 'uptime' CONFIG_UPTIME
Eric Andersenbdfd0d72001-10-24 05:00:29 +000026endmenu
27