Kconfig 699 B

1234567891011121314151617181920212223242526
  1. #
  2. # Samsung Performance Logging system
  3. #
  4. menu "samsung Performace manager"
  5. config KPERFMON
  6. bool "Enable performance log"
  7. default y
  8. help
  9. Samsung performance log(OLOG).
  10. Say Y here if enable performance olog driver to do logging system resources.
  11. When some delay occurs in the kernel, native or user user space,
  12. the logging information should be restored into the system.
  13. config KPERFMON_BUILD
  14. tristate "Building tyoe of performance log"
  15. default y
  16. help
  17. Samsung performance log(OLOG).
  18. This is to set a build type for module or build-in.
  19. Say m here if you want a module of performance olog driver.
  20. Say y here if you want build-in object of the performance olog driver.
  21. endmenu