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