15 lines
381 B
Plaintext
Executable File
15 lines
381 B
Plaintext
Executable File
# OP-TEE Trusted Execution Environment Configuration
|
|
config OPTEE
|
|
tristate "OP-TEE"
|
|
depends on HAVE_ARM_SMCCC
|
|
help
|
|
This implements the OP-TEE Trusted Execution Environment (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.
|