diff options
-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" |