Chanwoo Choi | f262f28 | 2015-01-26 13:16:27 +0900 | [diff] [blame] | 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 | |
| 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 | |
| 14 | if PM_DEVFREQ_EVENT |
| 15 | |
Chanwoo Choi | 0179a91 | 2016-04-07 11:29:11 +0900 | [diff] [blame] | 16 | config DEVFREQ_EVENT_EXYNOS_NOCP |
Paul Gortmaker | 64cb7f6 | 2016-06-25 14:43:50 -0400 | [diff] [blame] | 17 | tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver" |
Krzysztof Kozlowski | 797da55 | 2016-08-19 08:36:55 +0200 | [diff] [blame] | 18 | depends on ARCH_EXYNOS || COMPILE_TEST |
Chanwoo Choi | 0179a91 | 2016-04-07 11:29:11 +0900 | [diff] [blame] | 19 | select PM_OPP |
Axel Lin | 69e67a0 | 2016-09-25 20:13:57 +0800 | [diff] [blame] | 20 | select REGMAP_MMIO |
Chanwoo Choi | 0179a91 | 2016-04-07 11:29:11 +0900 | [diff] [blame] | 21 | help |
| 22 | This add the devfreq-event driver for Exynos SoC. It provides NoC |
| 23 | (Network on Chip) Probe counters to measure the bandwidth of AXI bus. |
| 24 | |
Chanwoo Choi | f262f28 | 2015-01-26 13:16:27 +0900 | [diff] [blame] | 25 | config DEVFREQ_EVENT_EXYNOS_PPMU |
Paul Gortmaker | a63eb1a | 2016-06-26 03:43:51 +0900 | [diff] [blame] | 26 | tristate "EXYNOS PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver" |
Krzysztof Kozlowski | 797da55 | 2016-08-19 08:36:55 +0200 | [diff] [blame] | 27 | depends on ARCH_EXYNOS || COMPILE_TEST |
Chanwoo Choi | f262f28 | 2015-01-26 13:16:27 +0900 | [diff] [blame] | 28 | select PM_OPP |
| 29 | help |
| 30 | This add the devfreq-event driver for Exynos SoC. It provides PPMU |
| 31 | (Platform Performance Monitoring Unit) counters to estimate the |
| 32 | utilization of each module. |
| 33 | |
Lin Huang | b9d1262 | 2016-09-05 13:06:08 +0800 | [diff] [blame] | 34 | config DEVFREQ_EVENT_ROCKCHIP_DFI |
| 35 | tristate "ROCKCHIP DFI DEVFREQ event Driver" |
| 36 | depends on ARCH_ROCKCHIP |
| 37 | help |
| 38 | This add the devfreq-event driver for Rockchip SoC. It provides DFI |
| 39 | (DDR Monitor Module) driver to count ddr load. |
| 40 | |
Chanwoo Choi | f262f28 | 2015-01-26 13:16:27 +0900 | [diff] [blame] | 41 | endif # PM_DEVFREQ_EVENT |