Skip to content

Commit 9f5c9c7

Browse files
Merge branch 'feat/adding_hidden_config_for_dynamic_buffer_control_configuration' into 'master'
feat(esp_tls): Added hidden config in esp-tls for dynamic buffer strategy configuration See merge request espressif/esp-idf!40172
2 parents 74c36f7 + 9c151bc commit 9f5c9c7

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)