mirror of
https://github.com/sheumann/hush.git
synced 2024-10-31 19:04:47 +00:00
f8f81ed7aa
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
19 lines
368 B
Plaintext
19 lines
368 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see scripts/kbuild/config-language.txt.
|
|
#
|
|
|
|
menu "Process Utilities"
|
|
|
|
INSERT
|
|
|
|
config FEATURE_SHOW_THREADS
|
|
bool "Support for showing threads in ps/pstree/top"
|
|
default y
|
|
depends on PS || TOP || PSTREE
|
|
help
|
|
Enables the ps -T option, showing of threads in pstree,
|
|
and 'h' command in top.
|
|
|
|
endmenu
|