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

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

Merge "clk: qcom: Add the debug mux information for SCSHRIKE"

parents ef1348bf d956b091
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
@@ -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
+3353 −0

File added.

Preview size limit exceeded, changes collapsed.

+1033 −0

File added.

Preview size limit exceeded, changes collapsed.

+1857 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading