2002-12-05 08:41:41 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2018-06-01 05:15:55 +00:00
|
|
|
# see docs/Kconfig-language.txt.
|
2002-12-05 08:41:41 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
menu "Process Utilities"
|
|
|
|
|
2010-06-08 10:15:11 +00:00
|
|
|
INSERT
|
|
|
|
|
2009-09-19 20:29:42 +00:00
|
|
|
config FEATURE_SHOW_THREADS
|
2017-01-10 13:58:54 +00:00
|
|
|
bool "Support thread display in ps/pstree/top"
|
2010-06-06 02:14:28 +00:00
|
|
|
default y
|
2010-12-08 17:00:26 +00:00
|
|
|
depends on PS || TOP || PSTREE
|
2009-09-19 20:29:42 +00:00
|
|
|
help
|
2017-07-21 07:50:55 +00:00
|
|
|
Enables the ps -T option, showing of threads in pstree,
|
|
|
|
and 'h' command in top.
|
2009-09-19 20:29:42 +00:00
|
|
|
|
2002-12-05 08:41:41 +00:00
|
|
|
endmenu
|