Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
[oweals/busybox.git] / procps / Config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Process Utilities"
7
8 config CONFIG_FREE
9         bool "free"
10         default n
11         help
12           Please submit a patch to add help text for this item.
13
14 config CONFIG_KILL
15         bool "kill"
16         default n
17         help
18           Please submit a patch to add help text for this item.
19
20 config 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
27 config CONFIG_PIDOF
28         bool "pidof"
29         default n
30         help
31           Please submit a patch to add help text for this item.
32
33 config CONFIG_PS
34         bool "ps"
35         default n
36         help
37           Please submit a patch to add help text for this item.
38
39 config CONFIG_RENICE
40         bool "renice"
41         default n
42         help
43           Please submit a patch to add help text for this item.
44
45 config CONFIG_TOP
46         bool "top"
47         default n
48         help
49           Please submit a patch to add help text for this item.
50
51 config 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
58 config CONFIG_UPTIME
59         bool "uptime"
60         default n
61         help
62           Please submit a patch to add help text for this item.
63
64 endmenu
65