diff options
| author | Tom Rini <[email protected]> | 2025-01-02 11:08:00 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-08 11:58:54 -0600 |
| commit | d6da3dbaef57fc1d319b6b552efa009e2489d7d9 (patch) | |
| tree | a93eb14cf15d1586ccc4311c8e4478a4bc5e9119 /cmd/Kconfig | |
| parent | abc4a9dbfd08f29e91fb7f764a367dde7bcc0d29 (diff) | |
| parent | 20e1c18721b80323dc3820f99282dd5ce8b7c688 (diff) | |
Merge patch series "cmd: Add support for optee commands."
Venkatesh Yadav Abbarapu <[email protected]> says:
Add the basic 'hello world ta' command which increments the value passed.
This provides easy test for establishing a session with OP-TEE TA and verify.
It includes following subcommands:
optee hello
optee hello <value>; value to increment via OP-TEE HELLO WORLD TA.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 93efeaec6f4..4c4ad9d9979 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1453,6 +1453,12 @@ config CMD_OPTEE_RPMB in the Replay Protection Memory Block partition in eMMC by using Persistent Objects in OPTEE +config CMD_OPTEE + bool "Enable OP-TEE commands" + depends on OPTEE + help + OP-TEE commands support. + config CMD_MTD bool "mtd" depends on MTD |
