summaryrefslogtreecommitdiff
path: root/procps/Config.src (plain)
blob: eb47607526d723fafa9b1f39c2841f45c2235ac0
1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Process Utilities"
7
8INSERT
9
10config FEATURE_SHOW_THREADS
11 bool "Support for showing threads in ps/pstree/top"
12 default y
13 depends on PS || TOP || PSTREE
14 help
15 Enables the ps -T option, showing of threads in pstree,
16 and 'h' command in top.
17
18endmenu
19