summaryrefslogtreecommitdiff
path: root/drivers/interconnect/qcom/Makefile
diff options
context:
space:
mode:
authorGeorgi Djakov <djakov@kernel.org>2022-07-15 17:56:31 +0300
committerGeorgi Djakov <djakov@kernel.org>2022-07-15 17:56:31 +0300
commit009c963eefa058384052d32d5b06fbc738195bdb (patch)
tree7d6b08ba8022b91a59d649957b16e7ebfa61fc20 /drivers/interconnect/qcom/Makefile
parent33f033dc30d92a00b2b0f0f67a8ad46fde269bf3 (diff)
parente3305daad62c90068e755cdae36a86ac4f02af22 (diff)
downloadlinux-009c963eefa058384052d32d5b06fbc738195bdb.tar.xz
Merge branch 'icc-rpm' into icc-next
This patch set is to support bucket in icc-rpm driver, so it implements the similar mechanism in the icc-rpmh driver. It uses interconnect path tag to indicate the bandwidth voting is for which buckets, and there have three kinds of buckets: AWC, WAKE and SLEEP, finally the wake and sleep bucket values are used to set the corresponding clock (active and sleep clocks). So far, we keep the AWC bucket but doesn't really use it. Link: https://lore.kernel.org/r/20220712015929.2789881-1-leo.yan@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
Diffstat (limited to 'drivers/interconnect/qcom/Makefile')
-rw-r--r--drivers/interconnect/qcom/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/interconnect/qcom/Makefile b/drivers/interconnect/qcom/Makefile
index 120e279a7427..8e357528185d 100644
--- a/drivers/interconnect/qcom/Makefile
+++ b/drivers/interconnect/qcom/Makefile
@@ -1,5 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_INTERCONNECT_QCOM) += interconnect_qcom.o
+
+interconnect_qcom-y := icc-common.o
icc-bcm-voter-objs := bcm-voter.o
qnoc-msm8916-objs := msm8916.o
qnoc-msm8939-objs := msm8939.o