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

Commit f1a09947 authored by Jagadeesh Kona's avatar Jagadeesh Kona
Browse files

clk: qcom: debugcc: Add debug clock controller support for YUPIK



Add debug clock controller to support measure functionality for
all clock controllers.

Change-Id: I45d097d077c50efcde3d4a31b3b601deab9c1059
Signed-off-by: default avatarJagadeesh Kona <jkona@codeaurora.org>
parent 8b82fcc3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -674,6 +674,15 @@ config SM_DISPCC_YUPIK
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

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

endif

config VIRTIO_CLK
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ 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
obj-$(CONFIG_SM_DEBUGCC_YUPIK) += debugcc-yupik.o
obj-$(CONFIG_SM_DISPCC_8150) += dispcc-sm8150.o
obj-$(CONFIG_SM_DISPCC_HOLI) += dispcc-holi.o
obj-$(CONFIG_SM_DISPCC_SHIMA) += dispcc-shima.o
+1009 −0

File added.

Preview size limit exceeded, changes collapsed.