aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/procps/Config.in b/procps/Config.in
index 6a9a36638..bc4e489e1 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -8,6 +8,7 @@ menu "Process Utilities"
8config FREE 8config FREE
9 bool "free" 9 bool "free"
10 default n 10 default n
11 depends on PLATFORM_POSIX
11 help 12 help
12 free displays the total amount of free and used physical and swap 13 free displays the total amount of free and used physical and swap
13 memory in the system, as well as the buffers used by the kernel. 14 memory in the system, as well as the buffers used by the kernel.
@@ -16,6 +17,7 @@ config FREE
16config FUSER 17config FUSER
17 bool "fuser" 18 bool "fuser"
18 default n 19 default n
20 depends on PLATFORM_POSIX
19 help 21 help
20 fuser lists all PIDs (Process IDs) that currently have a given 22 fuser lists all PIDs (Process IDs) that currently have a given
21 file open. fuser can also list all PIDs that have a given network 23 file open. fuser can also list all PIDs that have a given network
@@ -24,6 +26,7 @@ config FUSER
24config KILL 26config KILL
25 bool "kill" 27 bool "kill"
26 default n 28 default n
29 depends on PLATFORM_POSIX
27 help 30 help
28 The command kill sends the specified signal to the specified 31 The command kill sends the specified signal to the specified
29 process or process group. If no signal is specified, the TERM 32 process or process group. If no signal is specified, the TERM
@@ -46,18 +49,21 @@ config KILLALL5
46config NMETER 49config NMETER
47 bool "nmeter" 50 bool "nmeter"
48 default n 51 default n
52 depends on PLATFORM_POSIX
49 help 53 help
50 Prints selected system stats continuously, one line per update. 54 Prints selected system stats continuously, one line per update.
51 55
52config PGREP 56config PGREP
53 bool "pgrep" 57 bool "pgrep"
54 default n 58 default n
59 depends on PLATFORM_POSIX
55 help 60 help
56 Look for processes by name. 61 Look for processes by name.
57 62
58config PIDOF 63config PIDOF
59 bool "pidof" 64 bool "pidof"
60 default n 65 default n
66 depends on PLATFORM_POSIX
61 help 67 help
62 Pidof finds the process id's (pids) of the named programs. It prints 68 Pidof finds the process id's (pids) of the named programs. It prints
63 those id's on the standard output. 69 those id's on the standard output.
@@ -81,12 +87,14 @@ config FEATURE_PIDOF_OMIT
81config PKILL 87config PKILL
82 bool "pkill" 88 bool "pkill"
83 default n 89 default n
90 depends on PLATFORM_POSIX
84 help 91 help
85 Send signals to processes by name. 92 Send signals to processes by name.
86 93
87config PS 94config PS
88 bool "ps" 95 bool "ps"
89 default n 96 default n
97 depends on PLATFORM_POSIX
90 help 98 help
91 ps gives a snapshot of the current processes. 99 ps gives a snapshot of the current processes.
92 100
@@ -124,6 +132,7 @@ config FEATURE_PS_UNUSUAL_SYSTEMS
124config RENICE 132config RENICE
125 bool "renice" 133 bool "renice"
126 default n 134 default n
135 depends on PLATFORM_POSIX
127 help 136 help
128 Renice alters the scheduling priority of one or more running 137 Renice alters the scheduling priority of one or more running
129 processes. 138 processes.
@@ -131,12 +140,14 @@ config RENICE
131config BB_SYSCTL 140config BB_SYSCTL
132 bool "sysctl" 141 bool "sysctl"
133 default n 142 default n
143 depends on PLATFORM_POSIX
134 help 144 help
135 Configure kernel parameters at runtime. 145 Configure kernel parameters at runtime.
136 146
137config TOP 147config TOP
138 bool "top" 148 bool "top"
139 default n 149 default n
150 depends on PLATFORM_POSIX
140 help 151 help
141 The top program provides a dynamic real-time view of a running 152 The top program provides a dynamic real-time view of a running
142 system. 153 system.
@@ -198,6 +209,7 @@ config FEATURE_SHOW_THREADS
198config UPTIME 209config UPTIME
199 bool "uptime" 210 bool "uptime"
200 default n 211 default n
212 depends on PLATFORM_POSIX
201 help 213 help
202 uptime gives a one line display of the current time, how long 214 uptime gives a one line display of the current time, how long
203 the system has been running, how many users are currently logged 215 the system has been running, how many users are currently logged
@@ -206,6 +218,7 @@ config UPTIME
206config WATCH 218config WATCH
207 bool "watch" 219 bool "watch"
208 default n 220 default n
221 depends on PLATFORM_POSIX
209 help 222 help
210 watch is used to execute a program periodically, showing 223 watch is used to execute a program periodically, showing
211 output to the screen. 224 output to the screen.