aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/Config.src4
1 files changed, 3 insertions, 1 deletions
diff --git a/procps/Config.src b/procps/Config.src
index e61de5614..1ff6dfd30 100644
--- a/procps/Config.src
+++ b/procps/Config.src
@@ -10,6 +10,7 @@ INSERT
10config FREE 10config FREE
11 bool "free" 11 bool "free"
12 default y 12 default y
13 depends on PLATFORM_LINUX #sysinfo()
13 help 14 help
14 free displays the total amount of free and used physical and swap 15 free displays the total amount of free and used physical and swap
15 memory in the system, as well as the buffers used by the kernel. 16 memory in the system, as well as the buffers used by the kernel.
@@ -104,7 +105,7 @@ config FEATURE_PS_WIDE
104config FEATURE_PS_TIME 105config FEATURE_PS_TIME
105 bool "Enable time and elapsed time output" 106 bool "Enable time and elapsed time output"
106 default y 107 default y
107 depends on PS && DESKTOP 108 depends on PS && DESKTOP && PLATFORM_LINUX #sysinfo()
108 help 109 help
109 Support -o time and -o etime output specifiers. 110 Support -o time and -o etime output specifiers.
110 111
@@ -200,6 +201,7 @@ config FEATURE_SHOW_THREADS
200config UPTIME 201config UPTIME
201 bool "uptime" 202 bool "uptime"
202 default y 203 default y
204 depends on PLATFORM_LINUX #sysinfo()
203 help 205 help
204 uptime gives a one line display of the current time, how long 206 uptime gives a one line display of the current time, how long
205 the system has been running, how many users are currently logged 207 the system has been running, how many users are currently logged