diff options
| author | Jens Wiklander <[email protected]> | 2018-09-25 16:40:15 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-10-07 10:47:38 -0400 |
| commit | 1cc8cc4e675e32cde76487292c8bace5fa927eee (patch) | |
| tree | 1b0d3f82ae5d0b34ec92047a6c4e950daa124fae /drivers/tee/optee | |
| parent | 232cfd6d9152fd2a4e7113faec51db2a9ab8c6bd (diff) | |
tee: optee: support AVB trusted application
Adds configuration option OPTEE_TA_AVB and a header file describing the
interface to the Android Verified Boot 2.0 (AVB) trusted application
provided by OP-TEE.
Tested-by: Igor Opaniuk <[email protected]>
Reviewed-by: Igor Opaniuk <[email protected]>
Signed-off-by: Jens Wiklander <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/tee/optee')
| -rw-r--r-- | drivers/tee/optee/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/tee/optee/Kconfig b/drivers/tee/optee/Kconfig index 7484e6fea11..dbfa7846a30 100644 --- a/drivers/tee/optee/Kconfig +++ b/drivers/tee/optee/Kconfig @@ -9,3 +9,19 @@ config OPTEE 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 + +if OPTEE + +menu "OP-TEE options" + +config OPTEE_TA_AVB + bool "Support AVB TA" + default y + help + Enables support for the AVB Trusted Application (TA) in OP-TEE. + The TA can support the "avb" subcommands "read_rb", "write"rb" + and "is_unlocked". + +endmenu + +endif |
