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:
Lauri Kasanen 2010-12-08 19:00:26 +02:00 committed by Denys Vlasenko
parent 0d1d0f6e54
commit da6fb7e331

View File

@ -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"