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
# OP-CONFIG_TEE Trusted Execution Environment Configuration
config CONFIG_OPTEE
	tristate "OP-TEE"
	depends on CONFIG_HAVE_ARM_SMCCC
	help
	  This implements the OP-CONFIG_TEE Trusted Execution Environment (CONFIG_TEE)
	  driver.

config CONFIG_OPTEE_SHM_NUM_PRIV_PAGES
	int "Private Shared Memory Pages"
	default 1
	depends on CONFIG_OPTEE
	help
	  This sets the number of private shared memory pages to be
	  used by OP-CONFIG_TEE CONFIG_TEE driver.