diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/Config.src | 4 |
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 | |||
10 | config FREE | 10 | config 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 | |||
104 | config FEATURE_PS_TIME | 105 | config 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 | |||
200 | config UPTIME | 201 | config 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 |