PM / devfreq: rockchip_bus: support soc bus devfreq

Change-Id: Iba750d4522b99e88c16c8e4a77d3367fbb2a0d82
Signed-off-by: Tony Xie <tony.xie@rock-chips.com>
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
Liang Chen
2019-08-17 09:34:59 +08:00
committed by Tao Huang
parent 0afeae23f2
commit f2c2ffca8f
2 changed files with 7 additions and 0 deletions

View File

@@ -101,6 +101,12 @@ config ARM_TEGRA_DEVFREQ
It reads ACTMON counters of memory controllers and adjusts the
operating frequencies and voltages with OPP support.
config ARM_ROCKCHIP_BUS_DEVFREQ
tristate "ARM ROCKCHIP BUS DEVFREQ Driver"
depends on ARCH_ROCKCHIP
help
This adds the DEVFREQ driver for the ROCKCHIP BUS.
config ARM_ROCKCHIP_DMC_DEVFREQ
tristate "ARM ROCKCHIP DMC DEVFREQ Driver"
depends on ARCH_ROCKCHIP

View File

@@ -9,6 +9,7 @@ obj-$(CONFIG_DEVFREQ_GOV_PASSIVE) += governor_passive.o
# DEVFREQ Drivers
obj-$(CONFIG_ARM_EXYNOS_BUS_DEVFREQ) += exynos-bus.o
obj-$(CONFIG_ARM_ROCKCHIP_BUS_DEVFREQ) += rockchip_bus.o
obj-$(CONFIG_ARM_ROCKCHIP_DMC_DEVFREQ) += rockchip_dmc.o
obj-$(CONFIG_ARM_TEGRA_DEVFREQ) += tegra-devfreq.o