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

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

Merge "clk: qcom: debugcc: Add debug clock controller support for SHIMA"

parents a6ceb878 577b5c7e
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -446,4 +446,23 @@ config SM_GPUCC_HOLI
	  Inc. HOLI devices.
	  Say Y if you want to support graphics controller devices and
	  functionality such as 3D graphics.

config SM_DISPCC_SHIMA
	tristate "SHIMA Display Clock Controller"
	depends on SM_GCC_SHIMA
	help
	  Support for the display clock controller on Qualcomm Technologies, Inc.
	  Shima devices.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config SM_DEBUGCC_SHIMA
	tristate "SHIMA Debug Clock Controller"
	depends on SM_GCC_SHIMA
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc.
	  Shima devices.
	  Say Y if you want to support the debug clocks such as clock measurement
	  functionality.

endif
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,8 @@ obj-$(CONFIG_SDM_GPUCC_845) += gpucc-sdm845.o
obj-$(CONFIG_SDM_LPASSCC_845) += lpasscc-sdm845.o
obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SM_CAMCC_SHIMA) += camcc-shima.o
obj-$(CONFIG_SM_DEBUGCC_SHIMA) += debugcc-shima.o
obj-$(CONFIG_SM_DISPCC_SHIMA) += dispcc-shima.o
obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
obj-$(CONFIG_SM_GCC_HOLI) += gcc-holi.o
obj-$(CONFIG_SM_GCC_SHIMA) += gcc-shima.o
+875 −0

File added.

Preview size limit exceeded, changes collapsed.

+1170 −0

File added.

Preview size limit exceeded, changes collapsed.