mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Merge "soc: qcom: Add snapshot of DCC driver"
This commit is contained in:
commit
88a494895f
|
|
@ -51,6 +51,13 @@ config QCOM_CPUSS_SLEEP_STATS
|
|||
low power modes. This driver creates debugfs entry which provide
|
||||
provision to read those counters.
|
||||
|
||||
config QCOM_DCC_V2
|
||||
tristate "Qualcomm Technologies Data Capture and Compare enigne 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_GENI_SE
|
||||
tristate "QCOM GENI Serial Engine Driver"
|
||||
depends on ARCH_QCOM || COMPILE_TEST
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ obj-$(CONFIG_QTI_ALTMODE_GLINK) += altmode-glink.o
|
|||
obj-$(CONFIG_QCOM_MEM_BUF) += mem_buf/
|
||||
obj-$(CONFIG_QCOM_SECURE_BUFFER) += secure_buffer.o
|
||||
obj-$(CONFIG_QCOM_SOCINFO) += socinfo.o
|
||||
obj-$(CONFIG_QCOM_DCC_V2) += dcc_v2.o
|
||||
obj-$(CONFIG_QCOM_SPM) += spm.o
|
||||
obj-$(CONFIG_QCOM_WDT_CORE) += qcom_wdt_core.o
|
||||
obj-$(CONFIG_QCOM_SOC_WATCHDOG) += qcom_soc_wdt.o
|
||||
|
|
|
|||
2142
drivers/soc/qcom/dcc_v2.c
Normal file
2142
drivers/soc/qcom/dcc_v2.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user