diff options
author | Denys Vlasenko | 2011-02-26 22:24:08 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-02-26 22:24:08 +0100 |
commit | e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 (patch) | |
tree | 0fb387c2e7d45dc541d9a42f9f0eba4352353aa5 /procps/Config.src | |
parent | da4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff) | |
download | busybox-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.zip busybox-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.gz |
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps/Config.src')
-rw-r--r-- | procps/Config.src | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/procps/Config.src b/procps/Config.src index cf664ee..3e7df0b 100644 --- a/procps/Config.src +++ b/procps/Config.src @@ -10,7 +10,7 @@ INSERT config FREE bool "free" default y - depends on PLATFORM_LINUX #sysinfo() + select PLATFORM_LINUX #sysinfo() help free displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. @@ -99,7 +99,8 @@ config FEATURE_PS_WIDE config FEATURE_PS_TIME bool "Enable time and elapsed time output" default y - depends on PS && DESKTOP && PLATFORM_LINUX #sysinfo() + depends on PS && DESKTOP + select PLATFORM_LINUX help Support -o time and -o etime output specifiers. @@ -196,7 +197,7 @@ config FEATURE_SHOW_THREADS config UPTIME bool "uptime" default y - depends on PLATFORM_LINUX #sysinfo() + select PLATFORM_LINUX #sysinfo() help uptime gives a one line display of the current time, how long the system has been running, how many users are currently logged |