blob: 66636438578202785e5a46a17704ab9dc0077d3f [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
15 default y
16
17config CONFIG_KILL
18 bool "kill"
19 default n
20 depends on CONFIG_KILL
21 help
22 Please submit a patch to add help text for this item.
Eric Andersenc9f20d92002-12-05 08:41:41 +000023
24config CONFIG_KILLALL
25 bool "killall"
26 default n
27 depends on CONFIG_KILL
28 help
29 Please submit a patch to add help text for this item.
30
31config CONFIG_PIDOF
32 bool "pidof"
33 default n
34 help
35 Please submit a patch to add help text for this item.
36
37config CONFIG_PS
38 bool "ps"
39 default n
40 help
41 Please submit a patch to add help text for this item.
42
43config CONFIG_RENICE
44 bool "renice"
45 default n
46 help
47 Please submit a patch to add help text for this item.
48
49config CONFIG_TOP
50 bool "top"
51 default n
52 help
53 Please submit a patch to add help text for this item.
54
55config FEATURE_CPU_USAGE_PERCENTAGE
56 bool " Support show CPU usage percentage (add 2k bytes)"
57 default y
58 depends on CONFIG_TOP
59 help
60 Please submit a patch to add help text for this item.
61
62config CONFIG_UPTIME
63 bool "uptime"
64 default n
65 help
66 Please submit a patch to add help text for this item.
67
68endmenu
69