Files
thead-kernel/drivers/tee/optee/Kconfig
2022-09-13 11:05:52 +08:00

25 lines
644 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
# OP-TEE Trusted Execution Environment Configuration
config OPTEE
tristate "OP-TEE"
depends on HAVE_ARM_SMCCC || RISCV_SBI
depends on MMU
help
This implements the OP-TEE Trusted Execution Environment (TEE)
driver.
config OPTEE_SHM_NUM_PRIV_PAGES
int "Private Shared Memory Pages"
default 1
depends on OPTEE
help
This sets the number of private shared memory pages to be
used by OP-TEE TEE driver.
config OPTEE_BENCHMARK
bool "OP-TEE Benchmark (EXPERIMENTAL)"
depends on OPTEE
help
This enables benchmarking feature in the OP-TEE Trusted
Execution Environment (TEE) driver.