Skip to content

Commit 9c151bc

Browse files
committed
feat(esp_tls): Added hidden config in esp-tls for dynamic buffer strategy configuration
Added the hidden config in the esp-tls component for the dynamic buffer strategy configuration feature. So that external components like ota can findout whether this feature is supported or not
1 parent 7aca624 commit 9c151bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/esp-tls/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,12 @@ menu "ESP-TLS"
114114
Enable a fuller set of OCSP checks: checking revocation status of intermediate certificates,
115115
optional fallbacks to CRLs, etc.
116116

117+
config ESP_TLS_DYN_BUF_STRATEGY_SUPPORTED
118+
bool
119+
default y
120+
help
121+
Enable support for dynamic buffer strategy for ESP-TLS. This is the hidden config option kept
122+
for external components like OTA, to find out whether the dynamic buffer strategy is supported
123+
for particular ESP-IDF version.
124+
117125
endmenu

0 commit comments

Comments
 (0)