hush/procps/Config.src
Denys Vlasenko f8f81ed7aa Convert all procps/* applets to "new style" applet definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-11-23 06:23:44 +01:00

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