Loading drivers/clk/qcom/Kconfig +36 −0 Original line number Diff line number Diff line Loading @@ -611,4 +611,40 @@ config SDX_DEBUGCC_NIGHTJAR Say Y if you want to support the debug clocks such as clock measurement functionality. config SC_GCC_SHRIKE tristate "SCSHRIKE Global Clock Controller" depends on COMMON_CLK_QCOM help Support for the global clock controller on Qualcomm Technologies, Inc. SCSHRIKE devices. Say Y if you want to use peripheral devices such as UART, SPI, I2C, USB, SD/UFS, PCIe etc. config SC_CAMCC_SHRIKE tristate "SCSHRIKE Camera Clock Controller" select SC_GCC_SHRIKE help Support for the camera clock controller on Qualcomm Technologies, Inc SCSHRIKE devices. Say Y if you want to support camera devices and functionality such as capturing pictures. config SC_DISPCC_SHRIKE tristate "SDMSHRIKE Display Clock Controller" select SM_GCC_SHRIKE help Support for the display clock controller on Qualcomm Technologies, Inc SDMSHRIKE devices. Say Y if you want to support display devices and functionality such as splash pictures. config SC_DEBUGCC_SHRIKE tristate "SCSHRIKE Debug Clock Controller" depends on COMMON_CLK_QCOM help Support for the debug clock controller on Qualcomm Technologies, Inc SCSHRIKE devices. Say Y if you want to support the debug clocks such as clock measurement functionality. endif drivers/clk/qcom/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,10 @@ obj-$(CONFIG_QCOM_CLK_RPMH) += clk-rpmh.o obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o obj-$(CONFIG_SC_CAMCC_SHRIKE) += camcc-scshrike.o obj-$(CONFIG_SC_DISPCC_SHRIKE) += dispcc-scshrike.o obj-$(CONFIG_SC_DEBUGCC_SHRIKE) += debugcc-scshrike.o obj-$(CONFIG_SC_GCC_SHRIKE) += gcc-scshrike.o obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o obj-$(CONFIG_SDM_GCC_660) += gcc-sdm660.o Loading Loading
drivers/clk/qcom/Kconfig +36 −0 Original line number Diff line number Diff line Loading @@ -611,4 +611,40 @@ config SDX_DEBUGCC_NIGHTJAR Say Y if you want to support the debug clocks such as clock measurement functionality. config SC_GCC_SHRIKE tristate "SCSHRIKE Global Clock Controller" depends on COMMON_CLK_QCOM help Support for the global clock controller on Qualcomm Technologies, Inc. SCSHRIKE devices. Say Y if you want to use peripheral devices such as UART, SPI, I2C, USB, SD/UFS, PCIe etc. config SC_CAMCC_SHRIKE tristate "SCSHRIKE Camera Clock Controller" select SC_GCC_SHRIKE help Support for the camera clock controller on Qualcomm Technologies, Inc SCSHRIKE devices. Say Y if you want to support camera devices and functionality such as capturing pictures. config SC_DISPCC_SHRIKE tristate "SDMSHRIKE Display Clock Controller" select SM_GCC_SHRIKE help Support for the display clock controller on Qualcomm Technologies, Inc SDMSHRIKE devices. Say Y if you want to support display devices and functionality such as splash pictures. config SC_DEBUGCC_SHRIKE tristate "SCSHRIKE Debug Clock Controller" depends on COMMON_CLK_QCOM help Support for the debug clock controller on Qualcomm Technologies, Inc SCSHRIKE devices. Say Y if you want to support the debug clocks such as clock measurement functionality. endif
drivers/clk/qcom/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,10 @@ obj-$(CONFIG_QCOM_CLK_RPMH) += clk-rpmh.o obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o obj-$(CONFIG_SC_CAMCC_SHRIKE) += camcc-scshrike.o obj-$(CONFIG_SC_DISPCC_SHRIKE) += dispcc-scshrike.o obj-$(CONFIG_SC_DEBUGCC_SHRIKE) += debugcc-scshrike.o obj-$(CONFIG_SC_GCC_SHRIKE) += gcc-scshrike.o obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o obj-$(CONFIG_SDM_GCC_660) += gcc-sdm660.o Loading