Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) Kconfig (86d231b1db1be0666c2fc607f5025d63d7afc5f3)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig PM_DEVFREQ
3 bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support"
4 select SRCU
5 select PM_OPP
6 help
7 A device may have a list of frequencies and voltages available.
8 devfreq, a generic DVFS framework can be registered for a device

--- 106 unchanged lines hidden (view full) ---

115 ARCH_TEGRA_210_SOC || \
116 COMPILE_TEST
117 depends on COMMON_CLK
118 help
119 This adds the DEVFREQ driver for the Tegra family of SoCs.
120 It reads ACTMON counters of memory controllers and adjusts the
121 operating frequencies and voltages with OPP support.
122
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig PM_DEVFREQ
3 bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support"
4 select SRCU
5 select PM_OPP
6 help
7 A device may have a list of frequencies and voltages available.
8 devfreq, a generic DVFS framework can be registered for a device

--- 106 unchanged lines hidden (view full) ---

115 ARCH_TEGRA_210_SOC || \
116 COMPILE_TEST
117 depends on COMMON_CLK
118 help
119 This adds the DEVFREQ driver for the Tegra family of SoCs.
120 It reads ACTMON counters of memory controllers and adjusts the
121 operating frequencies and voltages with OPP support.
122
123config ARM_MEDIATEK_CCI_DEVFREQ
124 tristate "MEDIATEK CCI DEVFREQ Driver"
125 depends on ARM_MEDIATEK_CPUFREQ || COMPILE_TEST
126 select DEVFREQ_GOV_PASSIVE
127 help
128 This adds a devfreq driver for MediaTek Cache Coherent Interconnect
129 which is shared the same regulators with the cpu cluster. It can track
130 buck voltages and update a proper CCI frequency. Use the notification
131 to get the regulator status.
132
123config ARM_RK3399_DMC_DEVFREQ
124 tristate "ARM RK3399 DMC DEVFREQ Driver"
125 depends on (ARCH_ROCKCHIP && HAVE_ARM_SMCCC) || \
126 (COMPILE_TEST && HAVE_ARM_SMCCC)
127 select DEVFREQ_EVENT_ROCKCHIP_DFI
128 select DEVFREQ_GOV_SIMPLE_ONDEMAND
129 select PM_DEVFREQ_EVENT
130 help

--- 16 unchanged lines hidden ---
133config ARM_RK3399_DMC_DEVFREQ
134 tristate "ARM RK3399 DMC DEVFREQ Driver"
135 depends on (ARCH_ROCKCHIP && HAVE_ARM_SMCCC) || \
136 (COMPILE_TEST && HAVE_ARM_SMCCC)
137 select DEVFREQ_EVENT_ROCKCHIP_DFI
138 select DEVFREQ_GOV_SIMPLE_ONDEMAND
139 select PM_DEVFREQ_EVENT
140 help

--- 16 unchanged lines hidden ---