| # OP-TEE Trusted Execution Environment Configuration |
| This implements the OP-TEE Trusted Execution Environment (TEE) |
| driver. OP-TEE is a Trusted OS designed primarily to rely on the |
| ARM TrustZone(R) technology as the underlying hardware isolation |
| mechanism. This driver can request services from OP-TEE, but also |
| handle Remote Procedure Calls (RPC) from OP-TEE needed to |
| execute a service. For more information see: https://www.op-tee.org |
| Enables support for the AVB Trusted Application (TA) in OP-TEE. |
| The TA can support the "avb" subcommands "read_rb", "write"rb" |
| bool "Support RPC TEST TA" |
| Enables support for RPC test trusted application emulation, which |
| permits to test reverse RPC calls to TEE supplicant. Should |
| be used only in sandbox env. |
| Enables support for controlling (enabling, provisioning) the |
| Secure Channel Protocol 03 operation in the OP-TEE SCP03 TA. |
| config OPTEE_SERVICE_DISCOVERY |
| bool "OP-TEE service discovery" |
| This implements automated driver binding of OP-TEE service drivers by |
| requesting OP-TEE firmware to enumerate its hosted services. |