blob: 35fef2eda533f49982f1130222dcc27540ce8468 [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Process Utilities"
7
Denys Vlasenkod70e0e92010-06-08 12:15:11 +02008INSERT
9
Denys Vlasenkob410d4a2009-09-19 22:29:42 +020010config FEATURE_SHOW_THREADS
Denys Vlasenkof5604222017-01-10 14:58:54 +010011 bool "Support thread display in ps/pstree/top"
Denys Vlasenko2f32bf82010-06-06 04:14:28 +020012 default y
Lauri Kasanenda6fb7e2010-12-08 19:00:26 +020013 depends on PS || TOP || PSTREE
Denys Vlasenkob410d4a2009-09-19 22:29:42 +020014 help
Lauri Kasanenda6fb7e2010-12-08 19:00:26 +020015 Enables the ps -T option, showing of threads in pstree,
16 and 'h' command in top.
Denys Vlasenkob410d4a2009-09-19 22:29:42 +020017
Eric Andersenc9f20d92002-12-05 08:41:41 +000018endmenu