aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-26 22:24:08 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-26 22:24:08 +0100
commite3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 (patch)
tree0fb387c2e7d45dc541d9a42f9f0eba4352353aa5 /procps
parentda4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff)
downloadbusybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.gz
busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.bz2
busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.zip
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps')
-rw-r--r--procps/Config.src7
1 files changed, 4 insertions, 3 deletions
diff --git a/procps/Config.src b/procps/Config.src
index cf664eeb2..3e7df0b81 100644
--- a/procps/Config.src
+++ b/procps/Config.src
@@ -10,7 +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 select PLATFORM_LINUX #sysinfo()
14 help 14 help
15 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
16 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.
@@ -99,7 +99,8 @@ config FEATURE_PS_WIDE
99config FEATURE_PS_TIME 99config FEATURE_PS_TIME
100 bool "Enable time and elapsed time output" 100 bool "Enable time and elapsed time output"
101 default y 101 default y
102 depends on PS && DESKTOP && PLATFORM_LINUX #sysinfo() 102 depends on PS && DESKTOP
103 select PLATFORM_LINUX
103 help 104 help
104 Support -o time and -o etime output specifiers. 105 Support -o time and -o etime output specifiers.
105 106
@@ -196,7 +197,7 @@ config FEATURE_SHOW_THREADS
196config UPTIME 197config UPTIME
197 bool "uptime" 198 bool "uptime"
198 default y 199 default y
199 depends on PLATFORM_LINUX #sysinfo() 200 select PLATFORM_LINUX #sysinfo()
200 help 201 help
201 uptime gives a one line display of the current time, how long 202 uptime gives a one line display of the current time, how long
202 the system has been running, how many users are currently logged 203 the system has been running, how many users are currently logged