config: deindent all help texts
[oweals/busybox.git] / procps / Config.src
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Process Utilities"
7
8 INSERT
9
10 config FEATURE_SHOW_THREADS
11         bool "Support thread display in ps/pstree/top"
12         default y
13         depends on PS || TOP || PSTREE
14         help
15         Enables the ps -T option, showing of threads in pstree,
16         and 'h' command in top.
17
18 endmenu