Commit 84c74dfb authored by Taniya Das's avatar Taniya Das Committed by Bjorn Andersson
Browse files

clk: qcom: Add support for Camera Clock Controller on SA8775P

parent 9c28d1b9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -467,6 +467,16 @@ config QCS_GCC_404
	  Say Y if you want to use multimedia devices or peripheral
	  devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.

config SA_CAMCC_8775P
	tristate "SA8775P Camera Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select SA_GCC_8775P
	help
	  Support for the camera clock controller on Qualcomm Technologies, Inc
	  SA8775P devices.
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

config SC_CAMCC_7180
	tristate "SC7180 Camera Clock Controller"
	depends on ARM64 || COMPILE_TEST
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ obj-$(CONFIG_SC_CAMCC_8280XP) += camcc-sc8280xp.o
obj-$(CONFIG_SC_DISPCC_7180) += dispcc-sc7180.o
obj-$(CONFIG_SC_DISPCC_7280) += dispcc-sc7280.o
obj-$(CONFIG_SC_DISPCC_8280XP) += dispcc-sc8280xp.o
obj-$(CONFIG_SA_CAMCC_8775P) += camcc-sa8775p.o
obj-$(CONFIG_SA_GCC_8775P) += gcc-sa8775p.o
obj-$(CONFIG_SA_GPUCC_8775P) += gpucc-sa8775p.o
obj-$(CONFIG_SA_VIDEOCC_8775P) += videocc-sa8775p.o
+1868 −0

File added.

Preview size limit exceeded, changes collapsed.