diff options
author | Lauri Kasanen <curaga@operamail.com> | 2010-12-08 19:00:26 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-13 14:45:08 +0100 |
commit | da6fb7e33100e5135e3e898dd157e6c729b34d7c (patch) | |
tree | 22ac4ce35057f9728fb2c593bcc9570297d1a870 /procps | |
parent | 0d1d0f6e54e1980462c9d07c8b94e56cf13cbf08 (diff) | |
download | busybox-w32-da6fb7e33100e5135e3e898dd157e6c729b34d7c.tar.gz busybox-w32-da6fb7e33100e5135e3e898dd157e6c729b34d7c.tar.bz2 busybox-w32-da6fb7e33100e5135e3e898dd157e6c729b34d7c.zip |
procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit
Signed-off-by: Lauri Kasanen <curaga@operamail.com>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'procps')
-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 1ff6dfd30..338d75c34 100644 --- a/procps/Config.src +++ b/procps/Config.src | |||
@@ -192,11 +192,12 @@ config FEATURE_TOPMEM | |||
192 | Enable 's' in top (gives lots of memory info). | 192 | Enable 's' in top (gives lots of memory info). |
193 | 193 | ||
194 | config FEATURE_SHOW_THREADS | 194 | config FEATURE_SHOW_THREADS |
195 | bool "Support for showing threads in ps/top" | 195 | bool "Support for showing threads in ps/pstree/top" |
196 | default y | 196 | default y |
197 | depends on PS || TOP | 197 | depends on PS || TOP || PSTREE |
198 | help | 198 | help |
199 | Enables ps -T option and 'h' command in top | 199 | Enables the ps -T option, showing of threads in pstree, |
200 | and 'h' command in top. | ||
200 | 201 | ||
201 | config UPTIME | 202 | config UPTIME |
202 | bool "uptime" | 203 | bool "uptime" |