Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
# Generic Trusted Execution Environment Configuration
config CONFIG_TEE
	tristate "Trusted Execution Environment support"
	depends on CONFIG_HAVE_ARM_SMCCC || CONFIG_COMPILE_TEST
	select CONFIG_DMA_SHARED_BUFFER
	select CONFIG_GENERIC_ALLOCATOR
	help
	  This implements a generic interface towards a Trusted Execution
	  Environment (CONFIG_TEE).

if CONFIG_TEE

menu "TEE drivers"

source "drivers/tee/optee/Kconfig"

endmenu

endif