blob: 5b29e8ce4d6458eb33bb4bf0b6bd2266d92cc4b6 [file] [log] [blame]
MyungJoo Hama3c98b82011-10-02 00:19:15 +02001menuconfig PM_DEVFREQ
2 bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support"
Pranith Kumar83fe27e2014-12-05 11:24:45 -05003 select SRCU
MyungJoo Hama3c98b82011-10-02 00:19:15 +02004 help
MyungJoo Ham6c81f902011-11-14 23:31:35 +01005 A device may have a list of frequencies and voltages available.
6 devfreq, a generic DVFS framework can be registered for a device
7 in order to let the governor provided to devfreq choose an
8 operating frequency based on the device driver's policy.
MyungJoo Hama3c98b82011-10-02 00:19:15 +02009
MyungJoo Ham6c81f902011-11-14 23:31:35 +010010 Each device may have its own governor and policy. Devfreq can
MyungJoo Hama3c98b82011-10-02 00:19:15 +020011 reevaluate the device state periodically and/or based on the
MyungJoo Ham6c81f902011-11-14 23:31:35 +010012 notification to "nb", a notifier block, of devfreq.
MyungJoo Hama3c98b82011-10-02 00:19:15 +020013
MyungJoo Ham6c81f902011-11-14 23:31:35 +010014 Like some CPUs with CPUfreq, a device may have multiple clocks.
MyungJoo Hama3c98b82011-10-02 00:19:15 +020015 However, because the clock frequencies of a single device are
MyungJoo Ham6c81f902011-11-14 23:31:35 +010016 determined by the single device's state, an instance of devfreq
MyungJoo Hama3c98b82011-10-02 00:19:15 +020017 is attached to a single device and returns a "representative"
MyungJoo Ham6c81f902011-11-14 23:31:35 +010018 clock frequency of the device, which is also attached
19 to a device by 1-to-1. The device registering devfreq takes the
Masanari Iida6b2aac42012-04-14 00:14:11 +090020 responsibility to "interpret" the representative frequency and
MyungJoo Hama3c98b82011-10-02 00:19:15 +020021 to set its every clock accordingly with the "target" callback
MyungJoo Ham6c81f902011-11-14 23:31:35 +010022 given to devfreq.
23
24 When OPP is used with the devfreq device, it is recommended to
25 register devfreq's nb to the OPP's notifier head. If OPP is
26 used with the devfreq device, you may use OPP helper
27 functions defined in devfreq.h.
MyungJoo Hama3c98b82011-10-02 00:19:15 +020028
29if PM_DEVFREQ
30
MyungJoo Hamce26c5b2011-10-02 00:19:34 +020031comment "DEVFREQ Governors"
32
33config DEVFREQ_GOV_SIMPLE_ONDEMAND
Nishanth Menoneff607f2012-10-29 15:01:46 -050034 tristate "Simple Ondemand"
MyungJoo Hamce26c5b2011-10-02 00:19:34 +020035 help
36 Chooses frequency based on the recent load on the device. Works
37 similar as ONDEMAND governor of CPUFREQ does. A device with
38 Simple-Ondemand should be able to provide busy/total counter
39 values that imply the usage rate. A device may provide tuned
40 values to the governor with data field at devfreq_add_device().
41
42config DEVFREQ_GOV_PERFORMANCE
Nishanth Menoneff607f2012-10-29 15:01:46 -050043 tristate "Performance"
MyungJoo Hamce26c5b2011-10-02 00:19:34 +020044 help
45 Sets the frequency at the maximum available frequency.
46 This governor always returns UINT_MAX as frequency so that
47 the DEVFREQ framework returns the highest frequency available
48 at any time.
49
50config DEVFREQ_GOV_POWERSAVE
Nishanth Menoneff607f2012-10-29 15:01:46 -050051 tristate "Powersave"
MyungJoo Hamce26c5b2011-10-02 00:19:34 +020052 help
53 Sets the frequency at the minimum available frequency.
54 This governor always returns 0 as frequency so that
55 the DEVFREQ framework returns the lowest frequency available
56 at any time.
57
58config DEVFREQ_GOV_USERSPACE
Nishanth Menoneff607f2012-10-29 15:01:46 -050059 tristate "Userspace"
MyungJoo Hamce26c5b2011-10-02 00:19:34 +020060 help
61 Sets the frequency at the user specified one.
62 This governor returns the user configured frequency if there
63 has been an input to /sys/devices/.../power/devfreq_set_freq.
Geert Uytterhoeven027b6932016-03-14 16:29:02 +010064 Otherwise, the governor does not change the frequency
MyungJoo Hamce26c5b2011-10-02 00:19:34 +020065 given at the initialization.
66
Chanwoo Choi99613312016-03-22 13:44:03 +090067config DEVFREQ_GOV_PASSIVE
68 tristate "Passive"
69 help
70 Sets the frequency based on the frequency of its parent devfreq
71 device. This governor does not change the frequency by itself
72 through sysfs entries. The passive governor recommends that
73 devfreq device uses the OPP table to get the frequency/voltage.
74
Saravana Kannancedb32e2014-01-22 00:15:33 -080075config DEVFREQ_GOV_QCOM_CACHE_HWMON
76 tristate "HW monitor based governor for cache frequency"
77 help
78 HW monitor based governor for cache frequency scaling. This
79 governor sets the cache frequency by using PM counters to monitor the
80 CPU's use of cache. Since this governor uses some of the PM counters
81 it can conflict with existing profiling tools. This governor is
82 unlikely to be useful for other devices.
83
MyungJoo Hama3c98b82011-10-02 00:19:15 +020084comment "DEVFREQ Drivers"
85
Oleg Pereletb906a192017-01-04 09:50:02 -080086config DEVFREQ_GOV_QCOM_ADRENO_TZ
87 tristate "Qualcomm Technologies Inc Adreno Trustzone"
88 depends on QCOM_KGSL && QCOM_SCM
89 help
90 Trustzone based governor for the Adreno GPU. Sets
91 the frequency using a "on-demand" algorithm. This
92 governor is unlikely to be useful for other
93 devices.
94
Chanwoo Choi07222492015-11-03 19:04:16 +090095config ARM_EXYNOS_BUS_DEVFREQ
Paul Gortmaker5b3c3162016-06-26 03:43:49 +090096 tristate "ARM EXYNOS Generic Memory Bus DEVFREQ Driver"
Krzysztof Kozlowski797da552016-08-19 08:36:55 +020097 depends on ARCH_EXYNOS || COMPILE_TEST
Chanwoo Choi07222492015-11-03 19:04:16 +090098 select DEVFREQ_GOV_SIMPLE_ONDEMAND
Chanwoo Choi403e0682015-11-05 18:29:27 +090099 select DEVFREQ_GOV_PASSIVE
Chanwoo Choi07222492015-11-03 19:04:16 +0900100 select DEVFREQ_EVENT_EXYNOS_PPMU
101 select PM_DEVFREQ_EVENT
102 select PM_OPP
103 help
104 This adds the common DEVFREQ driver for Exynos Memory bus. Exynos
105 Memory bus has one more group of memory bus (e.g, MIF and INT block).
106 Each memory bus group could contain many memoby bus block. It reads
107 PPMU counters of memory controllers by using DEVFREQ-event device
108 and adjusts the operating frequencies and voltages with OPP support.
109 This does not yet operate with optimal voltages.
110
Tomeu Vizoso6234f382014-11-24 13:28:17 +0100111config ARM_TEGRA_DEVFREQ
Jisheng Zhang989a0fc2016-08-25 20:06:14 +0800112 tristate "Tegra DEVFREQ Driver"
Stephen Rothwell290128a2016-09-14 14:22:25 +1000113 depends on ARCH_TEGRA_124_SOC
Jisheng Zhang989a0fc2016-08-25 20:06:14 +0800114 select DEVFREQ_GOV_SIMPLE_ONDEMAND
115 select PM_OPP
116 help
117 This adds the DEVFREQ driver for the Tegra family of SoCs.
118 It reads ACTMON counters of memory controllers and adjusts the
119 operating frequencies and voltages with OPP support.
Tomeu Vizoso6234f382014-11-24 13:28:17 +0100120
Lin Huang5a893e32016-09-05 13:06:10 +0800121config ARM_RK3399_DMC_DEVFREQ
122 tristate "ARM RK3399 DMC DEVFREQ Driver"
123 depends on ARCH_ROCKCHIP
124 select DEVFREQ_EVENT_ROCKCHIP_DFI
125 select DEVFREQ_GOV_SIMPLE_ONDEMAND
Arnd Bergmann54dec692016-09-15 17:44:58 +0200126 select PM_DEVFREQ_EVENT
Lin Huang5a893e32016-09-05 13:06:10 +0800127 select PM_OPP
128 help
129 This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller).
130 It sets the frequency for the memory controller and reads the usage counts
131 from hardware.
132
Saravana Kannand905e652014-01-21 18:49:37 -0800133config DEVFREQ_SIMPLE_DEV
134 tristate "Device driver for simple clock device with no status info"
135 select DEVFREQ_GOV_PERFORMANCE
136 select DEVFREQ_GOV_POWERSAVE
137 select DEVFREQ_GOV_USERSPACE
138 select DEVFREQ_GOV_CPUFREQ
139 help
140 Device driver for simple devices that control their frequency using
141 clock APIs and don't have any form of status reporting.
142
Chanwoo Choif262f282015-01-26 13:16:27 +0900143source "drivers/devfreq/event/Kconfig"
144
MyungJoo Hama3c98b82011-10-02 00:19:15 +0200145endif # PM_DEVFREQ