Config.in 512 B

1234567891011121314151617
  1. config ADK_PACKAGE_PROCPS_META
  2. bool
  3. default n
  4. config ADK_PACKAGE_PROCPS
  5. prompt "procps............................ The /proc file system utilities"
  6. tristate
  7. default n
  8. select ADK_PACKAGE_PROCPS_META
  9. select ADK_PACKAGE_LIBNCURSES
  10. help
  11. procps is the package that has a bunch of small useful utilities
  12. that give information about processes using the /proc filesystem.
  13. The package includes the programs ps, top, vmstat, w, kill, free,
  14. slabtop, and skill.
  15. http://procps.sourceforge.net/