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

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

Merge "soc: qcom: dcc: Avoid huge memory allcation"

parents 9537a1d5 9cb71d37
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -815,6 +815,13 @@ config QTI_L2_REUSE
	  to let the power collapsed cluster's L2 cache usage by the active
	  cluster cpu. Use sysfs interface to control enabling this feature.

config QCOM_DCC
	bool "QCOM Data Capture and Compare engine support"
	help
	  This option enables driver for Data Capture and Compare engine. DCC
	  driver provides interface to configure DCC block and read back
	  captured data from DCC's internal SRAM.

config QTI_RPM_STATS_LOG
	bool "Qualcomm Technologies RPM Stats Driver"
	depends on QCOM_RPMH || MSM_RPM_SMD
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ ifdef CONFIG_QCOM_RPMH
else
       obj-$(CONFIG_QTI_RPM_STATS_LOG) += rpm_master_stat.o
endif
obj-$(CONFIG_QCOM_DCC) += dcc.o
obj-$(CONFIG_QTI_RPM_STATS_LOG) += rpm_stats.o
obj-$(CONFIG_QCOM_MEM_OFFLINE) += mem-offline.o
obj-$(CONFIG_QTI_DDR_STATS_LOG) += ddr_stats.o

drivers/soc/qcom/dcc.c

0 → 100644
+1346 −0

File added.

Preview size limit exceeded, changes collapsed.