Config.src 350 B

123456789101112131415161718
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see docs/Kconfig-language.txt.
  4. #
  5. menu "Process Utilities"
  6. INSERT
  7. config FEATURE_SHOW_THREADS
  8. bool "Support thread display in ps/pstree/top"
  9. default y
  10. depends on PS || TOP || PSTREE
  11. help
  12. Enables the ps -T option, showing of threads in pstree,
  13. and 'h' command in top.
  14. endmenu