summaryrefslogtreecommitdiff
path: root/drivers/tee/qcomtee/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tee/qcomtee/Kconfig')
-rw-r--r--drivers/tee/qcomtee/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/tee/qcomtee/Kconfig b/drivers/tee/qcomtee/Kconfig
new file mode 100644
index 000000000000..9f19dee08db4
--- /dev/null
+++ b/drivers/tee/qcomtee/Kconfig
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-only
+# Qualcomm Trusted Execution Environment Configuration
+config QCOMTEE
+ tristate "Qualcomm TEE Support"
+ depends on ARCH_QCOM || COMPILE_TEST
+ depends on !CPU_BIG_ENDIAN
+ select QCOM_SCM
+ select QCOM_TZMEM_MODE_SHMBRIDGE
+ help
+ This option enables the Qualcomm Trusted Execution Environment (QTEE)
+ driver. It provides an API to access services offered by QTEE and
+ its loaded Trusted Applications (TAs). Additionally, it facilitates
+ the export of userspace services provided by supplicants to QTEE.