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>
This commit is contained in:
parent
0d1d0f6e54
commit
da6fb7e331
@ -192,11 +192,12 @@ config FEATURE_TOPMEM
|
||||
Enable 's' in top (gives lots of memory info).
|
||||
|
||||
config FEATURE_SHOW_THREADS
|
||||
bool "Support for showing threads in ps/top"
|
||||
bool "Support for showing threads in ps/pstree/top"
|
||||
default y
|
||||
depends on PS || TOP
|
||||
depends on PS || TOP || PSTREE
|
||||
help
|
||||
Enables ps -T option and 'h' command in top
|
||||
Enables the ps -T option, showing of threads in pstree,
|
||||
and 'h' command in top.
|
||||
|
||||
config UPTIME
|
||||
bool "uptime"
|
||||
|
Loading…
Reference in New Issue
Block a user