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