From da6fb7e33100e5135e3e898dd157e6c729b34d7c Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Wed, 8 Dec 2010 19:00:26 +0200 Subject: procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit Signed-off-by: Lauri Kasanen Signed-off-by: Denys Vlasenko --- procps/Config.src | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'procps/Config.src') 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 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" -- cgit v1.2.3