summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/Makefile
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-11-30 17:31:40 -0800
committerStephen Boyd <sboyd@codeaurora.org>2015-11-30 18:24:27 -0800
commitb1e010c0730ab8861ef5a259ff5be7c78ccfb8ac (patch)
tree45ff1d4fa305a4d4536450abecefe20da4181077 /drivers/clk/qcom/Makefile
parent8ff1f4c4c47676dfccd56b55104a15dcd4650a8f (diff)
downloadop-kernel-dev-b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac.zip
op-kernel-dev-b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac.tar.gz
clk: qcom: Add MSM8996 Global Clock Control (GCC) driver
Add support for the global clock controller found on MSM8996 based devices. This should allow most non-multimedia device drivers to probe and control their clocks. Signed-off-by: Stephen Boyd <sboyd@codeaurora.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 4722000..42dca67 100644
--- a/drivers/clk/qcom/Makefile
+++ b/drivers/clk/qcom/Makefile
@@ -21,5 +21,6 @@ obj-$(CONFIG_MSM_GCC_8916) += gcc-msm8916.o
obj-$(CONFIG_MSM_GCC_8960) += gcc-msm8960.o
obj-$(CONFIG_MSM_LCC_8960) += lcc-msm8960.o
obj-$(CONFIG_MSM_GCC_8974) += gcc-msm8974.o
+obj-$(CONFIG_MSM_GCC_8996) += gcc-msm8996.o
obj-$(CONFIG_MSM_MMCC_8960) += mmcc-msm8960.o
obj-$(CONFIG_MSM_MMCC_8974) += mmcc-msm8974.o
OpenPOWER on IntegriCloud