f560422fa0
Redundant help texts (one which only repeats the description) are deleted. Descriptions and help texts are trimmed. Some config options are moved, even across menus. No config option _names_ are changed. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
19 lines
363 B
Plaintext
19 lines
363 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 thread display 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
|