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

Commit 37d31a68 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qseecom: Add qseecom driver snapshot for kona"

parents ff714638 28cfbbcf
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