Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-2.6-block.git] / drivers / tee / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
967c9cca
JW
2# Generic Trusted Execution Environment Configuration
3config TEE
4 tristate "Trusted Execution Environment support"
e8418885 5 depends on HAVE_ARM_SMCCC || COMPILE_TEST
967c9cca
JW
6 select DMA_SHARED_BUFFER
7 select GENERIC_ALLOCATOR
8 help
9 This implements a generic interface towards a Trusted Execution
10 Environment (TEE).
4fb0a5eb
JW
11
12if TEE
13
14menu "TEE drivers"
15
16source "drivers/tee/optee/Kconfig"
17
18endmenu
19
20endif