summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorAvaneesh Kumar Dwivedi <akdwived@codeaurora.org>2016-01-22 14:15:10 +0530
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:19:15 -0700
commit41d630980dc9abfb70c41f554133a139fec45e75 (patch)
tree3c6a8a424435d1c2c9b511c0aedafc6b2b9f1f10 /drivers/soc
parent1f7d497b0ace1658c36f631dd594fede4ee3cfbb (diff)
soc: qcom: sysmon: Enable back MSM_SYSMON_COMM interface support
MSM_SYSMON_GLINK_COMM is currently enabled for all targets which breaks few existing targets, which do not support GLINK protocol and therefore are still dependent on MSM_SYSMON_COMM support. Enable back sysmon communication over SMD interface to preserve backward compatibility until all targets support GLINK. Change-Id: I06b6c8cd9c079494998463bbf30e27ad224d7124 Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/qcom/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index d238b725b834..6d9b9ab954ee 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -480,6 +480,14 @@ config MSM_SUBSYSTEM_RESTART
It also notifies userspace of transitions between these states via
sysfs.
+config MSM_SYSMON_COMM
+ bool "MSM System Monitor communication support"
+ depends on MSM_SMD && MSM_SUBSYSTEM_RESTART
+ help
+ This option adds support for MSM System Monitor library, which
+ provides an API that may be used for notifying subsystems within
+ the SoC about other subsystems' power-up/down state-changes.
+
config MSM_PIL
bool "Peripheral image loading"
select FW_LOADER