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

Commit c24ff262 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: camcc: Add support for CAMCC clock driver for LITO"

parents beee3348 01c4b258
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -366,3 +366,12 @@ config SM_VIDEOCC_LITO
	  LITO devices.
	  Say Y if you want to support video devices and functionality such as
	  video encode/decode.

config SM_CAMCC_LITO
	tristate "LITO Camera Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the camera clock controller on Qualcomm Technologies, Inc.
	  LITO 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
@@ -52,6 +52,7 @@ obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_GCC_845) += gcc-sdm845.o
obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SM_CAMCC_LITO) += camcc-lito.o
obj-$(CONFIG_SM_GCC_LITO) += gcc-lito.o
obj-$(CONFIG_SM_VIDEOCC_LITO) += videocc-lito.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
+2377 −0

File added.

Preview size limit exceeded, changes collapsed.