Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13f862ee authored by Vivek Aknurwar's avatar Vivek Aknurwar Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add the camera clock driver for KONA



Add the peripheral camera clock driver support for KONA.

Change-Id: Ieb2796c6ff40f7917e3243570a25eb5382396b55
Signed-off-by: default avatarVivek Aknurwar <viveka@codeaurora.org>
parent 68b1b9d5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -312,3 +312,12 @@ config MSM_DISPCC_KONA
	  Kona devices.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config MSM_CAMCC_KONA
	tristate "KONA Camera Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the camera clock controller on Qualcomm Technologies, Inc.
	  KONA devices.
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ obj-$(CONFIG_IPQ_GCC_4019) += gcc-ipq4019.o
obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o
obj-$(CONFIG_IPQ_GCC_8074) += gcc-ipq8074.o
obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o
obj-$(CONFIG_MSM_CAMCC_KONA) += camcc-kona.o
obj-$(CONFIG_MDM_GCC_9615) += gcc-mdm9615.o
obj-$(CONFIG_MDM_LCC_9615) += lcc-mdm9615.o
obj-$(CONFIG_MSM_CLK_AOP_QMP) += clk-aop-qmp.o
+2621 −0

File added.

Preview size limit exceeded, changes collapsed.