blob: 108600c6eb5641f013682d13c231f2b8ac0fc07e (
plain)
1
2
3
4
5
6
7
8
|
# 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.
|