CONFIG_TLS_USER_CONFIG_FILE

User configuration file for mbedTLS

Type: string

Help

User config file that can contain mbedTLS configs that were not covered by the generic config file.

Direct dependencies

TLS_USER_CONFIG_ENABLE && MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = “config-tls-generic.h” && MBEDTLS

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At ext/lib/crypto/mbedtls/Kconfig.tls-generic:177

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:13ext/lib/crypto/Kconfig:10ext/lib/crypto/mbedtls/Kconfig:56

Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support → TLS configuration

config TLS_USER_CONFIG_FILE
    string
    prompt "User configuration file for mbedTLS" if TLS_USER_CONFIG_ENABLE && MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = "config-tls-generic.h" && MBEDTLS
    depends on TLS_USER_CONFIG_ENABLE && MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = "config-tls-generic.h" && MBEDTLS
    help
      User config file that can contain mbedTLS configs that were not
      covered by the generic config file.

(Definitions include propagated dependencies, including from if’s and menus.)