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

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

Merge "arm64: defconfig: Add support for CAMCC for YUPIK"

parents 53cbc770 3f188a44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -243,3 +243,4 @@ CONFIG_SM_GCC_YUPIK=m
CONFIG_SM_GPUCC_YUPIK=m
CONFIG_INTERCONNECT_QCOM_YUPIK=m
CONFIG_SM_VIDEOCC_YUPIK=m
CONFIG_SM_CAMCC_YUPIK=m
+9 −0
Original line number Diff line number Diff line
@@ -656,4 +656,13 @@ config SM_VIDEOCC_YUPIK
	  Say Y if you want to support video devices and functionality such as
	  video encode/decode.

config SM_CAMCC_YUPIK
	tristate "YUPIK Camera Clock Controller"
	select SM_GCC_YUPIK
	help
	  Support for the camera clock controller on Qualcomm Technologies, Inc.
	  YUPIK devices.
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

endif
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ obj-$(CONFIG_SDX_GCC_LEMUR) += gcc-sdxlemur.o
obj-$(CONFIG_SDX_GCC_NIGHTJAR) += gcc-sdxnightjar.o
obj-$(CONFIG_SM_CAMCC_8150) += camcc-sm8150.o
obj-$(CONFIG_SM_CAMCC_SHIMA) += camcc-shima.o
obj-$(CONFIG_SM_CAMCC_YUPIK) += camcc-yupik.o
obj-$(CONFIG_SM_DEBUGCC_8150) += debugcc-sm8150.o
obj-$(CONFIG_SM_DEBUGCC_HOLI) += debugcc-holi.o
obj-$(CONFIG_SM_DEBUGCC_SHIMA) += debugcc-shima.o
+2805 −0

File added.

Preview size limit exceeded, changes collapsed.