feat(mbedtls): restructure mbedtls configuration page

This commit is contained in:
Ashish Sharma
2025-05-05 18:07:18 +08:00
parent f7be43c83d
commit d9c431268a
12 changed files with 2217 additions and 1560 deletions

View File

@@ -6,6 +6,7 @@
# Few example dependencies need to be enabled by default for the build to succeed
##############
CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y
CONFIG_MBEDTLS_SSL_PROTO_TLS1_3=n
CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y
CONFIG_MBEDTLS_AES_C=y
##############