]> Git Repo - linux.git/blame - drivers/tee/Kconfig
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
[linux.git] / drivers / tee / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
967c9cca 2# Generic Trusted Execution Environment Configuration
a4b75fe8 3menuconfig TEE
967c9cca 4 tristate "Trusted Execution Environment support"
1a74fa38 5 depends on HAVE_ARM_SMCCC || COMPILE_TEST || CPU_SUP_AMD
60b4000f 6 select CRYPTO
e33bcbab 7 select CRYPTO_SHA1
967c9cca
JW
8 select DMA_SHARED_BUFFER
9 select GENERIC_ALLOCATOR
10 help
11 This implements a generic interface towards a Trusted Execution
12 Environment (TEE).
4fb0a5eb
JW
13
14if TEE
15
4fb0a5eb 16source "drivers/tee/optee/Kconfig"
757cc3e9 17source "drivers/tee/amdtee/Kconfig"
c835e5a3 18source "drivers/tee/tstee/Kconfig"
4fb0a5eb
JW
19
20endif
This page took 0.536392 seconds and 4 git commands to generate.