Loading...
1# SPDX-License-Identifier: GPL-2.0-only
2# Generic Trusted Execution Environment Configuration
3config TEE
4 tristate "Trusted Execution Environment support"
5 depends on HAVE_ARM_SMCCC || COMPILE_TEST || CPU_SUP_AMD
6 select CRYPTO
7 select CRYPTO_SHA1
8 select DMA_SHARED_BUFFER
9 select GENERIC_ALLOCATOR
10 help
11 This implements a generic interface towards a Trusted Execution
12 Environment (TEE).
13
14if TEE
15
16menu "TEE drivers"
17
18source "drivers/tee/optee/Kconfig"
19source "drivers/tee/amdtee/Kconfig"
20endmenu
21
22endif
1# Generic Trusted Execution Environment Configuration
2config TEE
3 tristate "Trusted Execution Environment support"
4 depends on HAVE_ARM_SMCCC || COMPILE_TEST
5 select DMA_SHARED_BUFFER
6 select GENERIC_ALLOCATOR
7 help
8 This implements a generic interface towards a Trusted Execution
9 Environment (TEE).
10
11if TEE
12
13menu "TEE drivers"
14
15source "drivers/tee/optee/Kconfig"
16
17endmenu
18
19endif