blob: a9bf726a486c8f4b1ff1059026e1f120a6f56d9f [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Process Utilities"
7
8config CONFIG_FREE
9 bool "free"
10 default n
11 help
12 Please submit a patch to add help text for this item.
13
Eric Andersen110ee232002-12-06 21:44:50 +000014config CONFIG_KILL
Eric Andersen110ee232002-12-06 21:44:50 +000015 bool "kill"
16 default n
Eric Andersen110ee232002-12-06 21:44:50 +000017 help
18 Please submit a patch to add help text for this item.
Eric Andersenc9f20d92002-12-05 08:41:41 +000019
20config CONFIG_KILLALL
21 bool "killall"
22 default n
23 depends on CONFIG_KILL
24 help
25 Please submit a patch to add help text for this item.
26
27config CONFIG_PIDOF
28 bool "pidof"
29 default n
30 help
31 Please submit a patch to add help text for this item.
32
33config CONFIG_PS
34 bool "ps"
35 default n
36 help
37 Please submit a patch to add help text for this item.
38
39config CONFIG_RENICE
40 bool "renice"
41 default n
42 help
43 Please submit a patch to add help text for this item.
44
45config CONFIG_TOP
46 bool "top"
47 default n
48 help
49 Please submit a patch to add help text for this item.
50
51config FEATURE_CPU_USAGE_PERCENTAGE
52 bool " Support show CPU usage percentage (add 2k bytes)"
53 default y
54 depends on CONFIG_TOP
55 help
56 Please submit a patch to add help text for this item.
57
58config CONFIG_UPTIME
59 bool "uptime"
60 default n
61 help
62 Please submit a patch to add help text for this item.
63
64endmenu
65