summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/Kconfig
diff options
context:
space:
mode:
authorShashank Mittal <mittals@codeaurora.org>2015-04-13 18:39:59 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-05-16 20:10:35 -0700
commitace81764b1675e963425b51d74d294befe2228bc (patch)
tree989190bbf2b502e0c27eab3a7f94db2319bb773e /drivers/soc/qcom/Kconfig
parentcf4266513cf20c214b1f668e21fc24abc2dbfe95 (diff)
soc: qcom: dcc: add support for DCC driver
DCC (Data Capture and Compare) is a DMA engine which is used to save configuration data or system memory contents during catastrophic failure or SW trigger. It can also perform CRC over the same configuration or memory space. Change-Id: Ic8a804250ab8b7ac501bd186d2e6f7506bb9b21a Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
Diffstat (limited to 'drivers/soc/qcom/Kconfig')
-rw-r--r--drivers/soc/qcom/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index bf61797653be..cc5a7b4de476 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -219,6 +219,13 @@ config MSM_HVC
Partner/Manufacturer function identifier subrange but supports other
service call subranges as well.
+config QCOM_DCC
+ bool "QCOM Data Capture and Compare enigne 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 MSM_IPC_ROUTER_SMD_XPRT
depends on MSM_SMD
depends on IPC_ROUTER