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

Commit cdbf01cf authored by Mukesh Ojha's avatar Mukesh Ojha
Browse files

soc: qcom: dcc: Add snapshot of qcom-dcc driver



This is snapshot of the qcom-dcc driver as of msm-4.4 'commit 3906d34c64e5
("soc: qcom: Add Minidump support")'.

Change-Id: Id43000788604863ff23d071ccc8c6785e1642879
Signed-off-by: default avatarMukesh Ojha <mojha@codeaurora.org>
parent 4350ecbe
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -689,7 +689,14 @@ endif # MSM_IDLE_STATS
endif # MSM_PM

config QCOM_DCC_V2
	bool "Qualcomm Technologies Data Capture and Compare enigne support for V2"
	bool "Qualcomm Technologies Data Capture and Compare engine support for V2"
	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 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
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ obj-$(CONFIG_QCOM_COMMAND_DB) += cmd-db.o
obj-$(CONFIG_MSM_QBT1000) += qbt1000.o
obj-$(CONFIG_MSM_EVENT_TIMER) += event_timer.o
obj-$(CONFIG_MSM_IDLE_STATS)	+= lpm-stats.o
obj-$(CONFIG_QCOM_DCC) += dcc.o
obj-$(CONFIG_QCOM_DCC_V2) += dcc_v2.o
obj-$(CONFIG_QTI_RPM_STATS_LOG) += rpm_stats.o
obj-$(CONFIG_QCOM_SMCINVOKE) += smcinvoke.o

drivers/soc/qcom/dcc.c

0 → 100644
+1361 −0

File added.

Preview size limit exceeded, changes collapsed.