mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-19 14:47:20 +00:00
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_TEE_SEC_STG_SLOT_ID
|
|
int "TEE: Secure Storage keypair slot ID"
|
|
default 0
|
|
range 0 15
|
|
help
|
|
This configuration sets the slot ID from the TEE secure storage
|
|
storing the ECDSA keypair for executing sign/verify operations
|
|
from the TEE side
|
|
|
|
endmenu
|