Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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_NOCP
  14. tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver"
  15. depends on ARCH_EXYNOS || COMPILE_TEST
  16. select PM_OPP
  17. select REGMAP_MMIO
  18. help
  19. This add the devfreq-event driver for Exynos SoC. It provides NoC
  20. (Network on Chip) Probe counters to measure the bandwidth of AXI bus.
  21. config DEVFREQ_EVENT_EXYNOS_PPMU
  22. tristate "EXYNOS PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver"
  23. depends on ARCH_EXYNOS || COMPILE_TEST
  24. select PM_OPP
  25. help
  26. This add the devfreq-event driver for Exynos SoC. It provides PPMU
  27. (Platform Performance Monitoring Unit) counters to estimate the
  28. utilization of each module.
  29. config DEVFREQ_EVENT_ROCKCHIP_DFI
  30. tristate "ROCKCHIP DFI DEVFREQ event Driver"
  31. depends on ARCH_ROCKCHIP
  32. help
  33. This add the devfreq-event driver for Rockchip SoC. It provides DFI
  34. (DDR Monitor Module) driver to count ddr load.
  35. endif # PM_DEVFREQ_EVENT