# SPDX-License-Identifier: GPL-2.0-only # Generic Trusted Execution Environment Configuration config [31mCONFIG_TEE[0m tristate "Trusted Execution Environment support" depends on [31mCONFIG_HAVE_ARM_SMCCC[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_DMA_SHARED_BUFFER[0m select [31mCONFIG_GENERIC_ALLOCATOR[0m help This implements a generic interface towards a Trusted Execution Environment ([31mCONFIG_TEE[0m). if [31mCONFIG_TEE[0m menu "TEE drivers" source "drivers/tee/optee/Kconfig" endmenu endif |