Kconfig 922 B

12345678910111213141516171819202122232425
  1. menuconfig PM_DEVFREQ_EVENT
  2. bool "DEVFREQ-Event device Support"
  3. help
  4. The devfreq-event device provide the raw data and events which
  5. indicate the current state of devfreq-event device. The provided
  6. data from devfreq-event device is used to monitor the state of
  7. device and determine the suitable size of resource to reduce the
  8. wasted resource.
  9. The devfreq-event device can support the various type of events
  10. (e.g., raw data, utilization, latency, bandwidth). The events
  11. may be used by devfreq governor and other subsystem.
  12. if PM_DEVFREQ_EVENT
  13. config DEVFREQ_EVENT_EXYNOS_PPMU
  14. bool "EXYNOS PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver"
  15. depends on ARCH_EXYNOS
  16. select PM_OPP
  17. help
  18. This add the devfreq-event driver for Exynos SoC. It provides PPMU
  19. (Platform Performance Monitoring Unit) counters to estimate the
  20. utilization of each module.
  21. endif # PM_DEVFREQ_EVENT