-
CONFIG_TLS_USER_CONFIG_ENABLE
¶
Enable user mbedTLS config file
Type: bool
Help¶
Enable user mbedTLS config file that will be included at the end of the generic config file.
Direct dependencies¶
MBEDTLS_BUILTIN
&& MBEDTLS_CFG_FILE
= “config-tls-generic.h” && MBEDTLS
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At ext/lib/crypto/mbedtls/Kconfig.tls-generic:171
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:13
→ ext/lib/crypto/Kconfig:10
→ ext/lib/crypto/mbedtls/Kconfig:56
Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support → TLS configuration
config TLS_USER_CONFIG_ENABLE bool prompt "Enable user mbedTLS config file" ifMBEDTLS_BUILTIN
&&MBEDTLS_CFG_FILE
= "config-tls-generic.h" &&MBEDTLS
depends onMBEDTLS_BUILTIN
&&MBEDTLS_CFG_FILE
= "config-tls-generic.h" &&MBEDTLS
help Enable user mbedTLS config file that will be included at the end of the generic config file.
(Definitions include propagated dependencies, including from if’s and menus.)