blob: eb6f74a2b6b9168596e89e6ce0f752aab74f5fb2 [file] [log] [blame]
Chanwoo Choif262f282015-01-26 13:16:27 +09001menuconfig 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
10 The devfreq-event device can support the various type of events
11 (e.g., raw data, utilization, latency, bandwidth). The events
12 may be used by devfreq governor and other subsystem.
13
14if PM_DEVFREQ_EVENT
15
Chanwoo Choi0179a912016-04-07 11:29:11 +090016config DEVFREQ_EVENT_EXYNOS_NOCP
Paul Gortmaker64cb7f62016-06-25 14:43:50 -040017 tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver"
Chanwoo Choi0179a912016-04-07 11:29:11 +090018 depends on ARCH_EXYNOS
19 select PM_OPP
20 help
21 This add the devfreq-event driver for Exynos SoC. It provides NoC
22 (Network on Chip) Probe counters to measure the bandwidth of AXI bus.
23
Chanwoo Choif262f282015-01-26 13:16:27 +090024config DEVFREQ_EVENT_EXYNOS_PPMU
Paul Gortmakera63eb1a2016-06-26 03:43:51 +090025 tristate "EXYNOS PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver"
Chanwoo Choif262f282015-01-26 13:16:27 +090026 depends on ARCH_EXYNOS
27 select PM_OPP
28 help
29 This add the devfreq-event driver for Exynos SoC. It provides PPMU
30 (Platform Performance Monitoring Unit) counters to estimate the
31 utilization of each module.
32
33endif # PM_DEVFREQ_EVENT