mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
8751d93d08
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
10 lines
347 B
Plaintext
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.
|