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

Commit 49a82ebc authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: add secure processor communication (spcom) driver"

parents cb426950 604969f6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -572,4 +572,16 @@ config QCOM_WATCHDOG
          deadlocks. It does not run during the bootup process, so it will
          not catch any early lockups.

config MSM_SPCOM
         depends on QCOM_GLINK
         bool "Secure Processor Communication over RPMSG"
         help
	   SPCOM driver allows loading Secure Processor Applications and sending
	   messages to Secure Processor Applications. SPCOM implements logic of RPMSG
	   client of SPSS edge. SPCOM provides interface to both user space app and
	   kernel driver. It is using glink as the transport layer, which provides
	   multiple logical channels over single physical channel. The physical layer
	   is based on shared memory and interrupts. SPCOM provides clients/server API
	   although currently only one client/server is allowed per logical channel.

endmenu
+1 −0
Original line number Diff line number Diff line
@@ -56,4 +56,5 @@ obj-$(CONFIG_MSM_IDLE_STATS) += lpm-stats.o
obj-$(CONFIG_QTI_RPM_STATS_LOG) += rpmh_master_stat.o
obj-$(CONFIG_QPNP_PBS) += qpnp-pbs.o
obj-$(CONFIG_QCOM_WATCHDOG) += qcom_watchdog.o
obj-$(CONFIG_MSM_SPCOM) += spcom.o
obj-$(CONFIG_QCOM_FSA4480_I2C) += fsa4480-i2c.o