1
0
Fork 0
mirror of https://git.busybox.net/busybox synced 2026-02-22 19:50:59 +00:00
busybox/procps/Config.src

19 lines
350 B
Text
Raw Normal View History

#
# For a description of the syntax of this configuration file,
# see docs/Kconfig-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