diff options
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/procps/Config.in b/procps/Config.in index 9146ff6..6a9a366 100644 --- a/procps/Config.in +++ b/procps/Config.in @@ -188,6 +188,13 @@ config FEATURE_TOPMEM help Enable 's' in top (gives lots of memory info). +config FEATURE_SHOW_THREADS + bool "Support for showing threads in ps/top" + default n + depends on PS || TOP + help + Enables ps -T option and 'h' command in top + config UPTIME bool "uptime" default n @@ -203,5 +210,4 @@ config WATCH watch is used to execute a program periodically, showing output to the screen. - endmenu |