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