brintos

brintos / linux-shallow public Read only

0
0
Text · 521 B · 61b507c Raw
21 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# Generic Trusted Execution Environment Configuration3menuconfig TEE4	tristate "Trusted Execution Environment support"5	depends on HAVE_ARM_SMCCC || COMPILE_TEST || CPU_SUP_AMD6	select CRYPTO7	select CRYPTO_SHA18	select DMA_SHARED_BUFFER9	select GENERIC_ALLOCATOR10	help11	  This implements a generic interface towards a Trusted Execution12	  Environment (TEE).13 14if TEE15 16source "drivers/tee/optee/Kconfig"17source "drivers/tee/amdtee/Kconfig"18source "drivers/tee/tstee/Kconfig"19 20endif21