forked from espressif/esp-idf
feat(protocomm): add (hidden) config option to indicate security patch feature
This commit is contained in:
@@ -26,4 +26,16 @@ menu "Protocomm"
|
|||||||
Disabling this option saves some code size.
|
Disabling this option saves some code size.
|
||||||
Consult the Enabling protocomm security version section of the
|
Consult the Enabling protocomm security version section of the
|
||||||
Protocomm documentation in ESP-IDF Programming guide for more details.
|
Protocomm documentation in ESP-IDF Programming guide for more details.
|
||||||
|
|
||||||
|
config ESP_PROTOCOMM_SUPPORT_SECURITY_PATCH_VERSION
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Enable support of security patch version. This is a hidden config option
|
||||||
|
kept for external components like "network_provisioning" to find out if
|
||||||
|
protocomm component support security patch version. This config option
|
||||||
|
also indicates availability of a new API `protocomm_get_sec_version`.
|
||||||
|
Please refer to Protocomm documentation in ESP-IDF Programming guide for
|
||||||
|
more details.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Reference in New Issue
Block a user