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