MeshTalos-Client/managed_components/espressif__esp_secure_cert_mgr/Kconfig
2025-12-03 14:20:11 +08:00

22 lines
762 B
Text

menu "ESP Secure Cert Manager"
config ESP_SECURE_CERT_DS_PERIPHERAL
bool "Enable DS peripheral support"
default y
depends on SOC_DIG_SIGN_SUPPORTED
help
Enable the DS peripheral support. Not supported on targets that do not support Digital Signature peripheral
config ESP_SECURE_CERT_SUPPORT_LEGACY_FORMATS
bool "Enable support for legacy formats"
default n
help
This option enables support for the legacy formats along with
the current format in the esp_secure_cert component.
The current format is
cust_flash_tlv
The legacy formats are as follows:
cust_flash
nvs
endmenu # ESP Secure Cert Manager