Loading drivers/soc/qcom/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading drivers/soc/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
drivers/soc/qcom/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/soc/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading