aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.src
blob: 515d79938374e6ad1e402108f61a353302eb0b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# 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