Files
kernel_common_drivers/drivers/cpufreq/Kconfig
T
wanwei.jiang 8751d93d08 cpufreq: porting cpufreq driver [1/1]
PD#SWPL-67706

Problem:
porting cpufreq driver

Solution:
1. porting cpufreq driver
2. depends on pwm-regulator, so set CONFIG_REGULATOR_PWM to m

Verify:
s4d

Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
Change-Id: I9ca89af7fd3fe084a54ff05dee5500fcc82d212f
2021-12-30 10:01:59 +08:00

10 lines
347 B
Plaintext

config AMLOGIC_MESON_CPUFREQ
tristate "MESON based CPUfreq driver"
default n
help
This adds the CPUfreq driver support for ARM big.LITTLE platforms
using MESON dt for CPU power management.
This driver uses meson cpufreq driver to interact with the
firmware providing the CPU DVFS functionality.