summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/event/Makefile
diff options
context:
space:
mode:
authorLin Huang <hl@rock-chips.com>2016-09-05 07:06:08 +0200
committerMyungJoo Ham <myungjoo.ham@samsung.com>2016-09-06 06:25:35 +0200
commitb9d1262bca0afcbb67fdb309ed45b34f0226e964 (patch)
tree149de30c807ef68f526fb0c5b8a1542f8c698f2f /drivers/devfreq/event/Makefile
parentDocumentation: bindings: add dt documentation for dfi controller (diff)
downloadlinux-b9d1262bca0afcbb67fdb309ed45b34f0226e964.tar.xz
linux-b9d1262bca0afcbb67fdb309ed45b34f0226e964.zip
PM / devfreq: event: support rockchip dfi controller
on rk3399 platform, there is dfi conroller can monitor ddr load, base on this result, we can do ddr freqency scaling. Signed-off-by: Lin Huang <hl@rock-chips.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/devfreq/event/Makefile')
-rw-r--r--drivers/devfreq/event/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/devfreq/event/Makefile b/drivers/devfreq/event/Makefile
index 3d6afd352253..dda7090a47c6 100644
--- a/drivers/devfreq/event/Makefile
+++ b/drivers/devfreq/event/Makefile
@@ -2,3 +2,4 @@
obj-$(CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP) += exynos-nocp.o
obj-$(CONFIG_DEVFREQ_EVENT_EXYNOS_PPMU) += exynos-ppmu.o
+obj-$(CONFIG_DEVFREQ_EVENT_ROCKCHIP_DFI) += rockchip-dfi.o