summaryrefslogtreecommitdiff
path: root/drivers/clk/qcom/Makefile
diff options
context:
space:
mode:
authorTaniya Das <tdas@codeaurora.org>2019-10-14 13:23:08 +0300
committerStephen Boyd <sboyd@kernel.org>2019-11-08 00:16:01 +0300
commit17269568f72670e97b19b14897137a8f5c21c09b (patch)
tree9f4d657ab9c57c692cb5c24d5f56222f83225cda /drivers/clk/qcom/Makefile
parent8b9e0562f330ac20f0e77c0feb38cc7953274d7f (diff)
downloadlinux-17269568f72670e97b19b14897137a8f5c21c09b.tar.xz
clk: qcom: Add Global Clock controller (GCC) driver for SC7180
Add support for the global clock controller found on SC7180 based devices. This should allow most non-multimedia device drivers to probe and control their clocks. Signed-off-by: Taniya Das <tdas@codeaurora.org> Link: https://lkml.kernel.org/r/20191014102308.27441-6-tdas@codeaurora.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Makefile')
-rw-r--r--drivers/clk/qcom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile
index 5ba05e2066c2..80a30976abe8 100644
--- a/drivers/clk/qcom/Makefile
+++ b/drivers/clk/qcom/Makefile
@@ -44,6 +44,7 @@ obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
obj-$(CONFIG_QCS_Q6SSTOP_404) += q6sstop-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
+obj-$(CONFIG_SC_GCC_7180) += gcc-sc7180.o
obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_GCC_660) += gcc-sdm660.o