9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
|
|
# OP-TEE Trusted Execution Environment Configuration
|
||
|
|
config OPTEE
|
||
|
|
tristate "OP-TEE"
|
||
|
|
depends on HAVE_ARM_SMCCC
|
||
|
|
depends on MMU
|
||
|
|
help
|
||
|
|
This implements the OP-TEE Trusted Execution Environment (TEE)
|
||
|
|
driver.
|