From 291a008840c2424e2a3ad09fc3757a626f8dc28a Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Mon, 17 Mar 2025 10:18:03 +0530 Subject: [PATCH] feat(protocomm): add (hidden) config option to indicate security patch feature --- components/protocomm/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/components/protocomm/Kconfig b/components/protocomm/Kconfig index 545791443c..433cd7d386 100644 --- a/components/protocomm/Kconfig +++ b/components/protocomm/Kconfig @@ -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