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

Commit 28cfbbcf authored by Zhen Kong's avatar Zhen Kong
Browse files

qseecom: Add qseecom driver snapshot for kona



Add snapshot for qseecom from msm-4.14 commit 5d002609242c
("qseecom: listener unregister and register optimization").

Change-Id: I756d218259be9be328c863181059b67099dc1955
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent dbf13777
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -476,6 +476,14 @@ config SRAM
config SRAM_EXEC
	bool

config QSEECOM
	tristate "QTI Secure Execution Communicator driver"
	help
	  Provides a communication interface between userspace and
	  QTI Secure Execution Environment (QSEE) using Secure Channel
	  Manager (SCM) interface. It exposes APIs for both userspace and
	  kernel clients.

config VEXPRESS_SYSCFG
	bool "Versatile Express System Configuration driver"
	depends on VEXPRESS_CONFIG
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ obj-$(CONFIG_SRAM) += sram.o
obj-$(CONFIG_SRAM_EXEC)		+= sram-exec.o
obj-y				+= mic/
obj-$(CONFIG_GENWQE)		+= genwqe/
obj-$(CONFIG_QSEECOM)		+= qseecom.o
obj-$(CONFIG_ECHO)		+= echo/
obj-$(CONFIG_VEXPRESS_SYSCFG)	+= vexpress-syscfg.o
obj-$(CONFIG_CXL_BASE)		+= cxl/
Loading