xref: /linux/drivers/tee/qcomtee/Kconfig (revision d8d2b1f81530988abe2e2bfaceec1c5d30b9a0b4)
1# SPDX-License-Identifier: GPL-2.0-only
2# Qualcomm Trusted Execution Environment Configuration
3config QCOMTEE
4	tristate "Qualcomm TEE Support"
5	depends on !CPU_BIG_ENDIAN
6	select QCOM_SCM
7	select QCOM_TZMEM_MODE_SHMBRIDGE
8	help
9	  This option enables the Qualcomm Trusted Execution Environment (QTEE)
10	  driver. It provides an API to access services offered by QTEE and
11	  its loaded Trusted Applications (TAs). Additionally, it facilitates
12	  the export of userspace services provided by supplicants to QTEE.
13