diff options
| author | Igor Opaniuk <[email protected]> | 2024-04-04 15:19:47 +0200 |
|---|---|---|
| committer | Ilias Apalodimas <[email protected]> | 2024-04-18 16:04:48 +0300 |
| commit | 6e8bb1fb0ae81ff02e1057d47bcb08ca2d84d27b (patch) | |
| tree | f97f52b5579901c0f1e79554f865009ccceb38a8 | |
| parent | 2c3fa4b8add3cb6a440184ab67debc6867d383c0 (diff) | |
tee: optee: fix description in Kconfig
Fix OPTEE_TA_AVB symbol description in Kconfig:
s/"write"rb"/"write_rb"/g
Reviewed-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Igor Opaniuk <[email protected]>
Signed-off-by: Ilias Apalodimas <[email protected]>
| -rw-r--r-- | drivers/tee/optee/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tee/optee/Kconfig b/drivers/tee/optee/Kconfig index 9dc65b0501e..db0bcfa6f15 100644 --- a/drivers/tee/optee/Kconfig +++ b/drivers/tee/optee/Kconfig @@ -19,7 +19,7 @@ config OPTEE_TA_AVB 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" + The TA can support the "avb" subcommands "read_rb", "write_rb" and "is_unlocked". config OPTEE_TA_RPC_TEST |
