Loading arch/arm64/configs/vendor/lahaina_GKI.config +1 −0 Original line number Diff line number Diff line Loading @@ -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 drivers/clk/qcom/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -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 drivers/clk/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
arch/arm64/configs/vendor/lahaina_GKI.config +1 −0 Original line number Diff line number Diff line Loading @@ -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
drivers/clk/qcom/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -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
drivers/clk/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading