mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'feat/add_protocomm_sec_patch_config_v5.4' into 'release/v5.4'
feat(protocomm): add (hidden) config option to indicate security patch feature (v5.4) See merge request espressif/esp-idf!37790
This commit is contained in:
@ -27,6 +27,17 @@ menu "Protocomm"
|
||||
Consult the Enabling protocomm security version section of the
|
||||
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.
|
||||
|
||||
config ESP_PROTOCOMM_KEEP_BLE_ON_AFTER_BLE_STOP
|
||||
bool
|
||||
depends on BT_ENABLED
|
||||
|
Reference in New Issue
Block a user