busybox/procps/Config.src
<<
>>
Prefs
   1#
   2# For a description of the syntax of this configuration file,
   3# see docs/Kconfig-language.txt.
   4#
   5
   6menu "Process Utilities"
   7
   8INSERT
   9
  10config 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
  18endmenu
  19