:orphan: .. title:: CONFIG_MBEDTLS_CFG_FILE .. kconfig:: CONFIG_MBEDTLS_CFG_FILE CONFIG_MBEDTLS_CFG_FILE ####################### *mbed TLS configuration file* *mbed TLS configuration file* Type: ``string`` Help ==== .. code-block:: none Use a specific mbedTLS configuration file. The default config file file can be tweaked with Kconfig. The default configuration is suitable to communicate with majority of HTTPS servers on the Internet, but has relatively many features enabled. To optimize resources for special TLS usage, use available Kconfig options, or select an alternative config. Help ==== .. code-block:: none Use a specific mbedTLS configuration file. The default config file file can be tweaked with Kconfig. The default configuration is suitable to communicate with majority of HTTPS servers on the Internet, but has relatively many features enabled. To optimize resources for special TLS usage, use available Kconfig options, or select an alternative config. Direct dependencies =================== (\ :kconfig:`MBEDTLS_BUILTIN ` && \ :kconfig:`MBEDTLS `) || (\ :kconfig:`MBEDTLS_BUILTIN ` && \ :kconfig:`MBEDTLS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - "config-tls-generic.h" - "config-tls-generic.h" Kconfig definitions =================== At ``/mbedtls/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:26`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) → mbed TLS Support → Custom mbed TLS configuration file .. code-block:: kconfig config MBEDTLS_CFG_FILE string "mbed TLS configuration file" if CUSTOM_MBEDTLS_CFG_FILE default "config-tls-generic.h" depends on MBEDTLS_BUILTIN && MBEDTLS help Use a specific mbedTLS configuration file. The default config file file can be tweaked with Kconfig. The default configuration is suitable to communicate with majority of HTTPS servers on the Internet, but has relatively many features enabled. To optimize resources for special TLS usage, use available Kconfig options, or select an alternative config. ---- At ``/mbedtls/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → mbed TLS Support → Custom mbed TLS configuration file .. code-block:: kconfig config MBEDTLS_CFG_FILE string "mbed TLS configuration file" if CUSTOM_MBEDTLS_CFG_FILE default "config-tls-generic.h" depends on MBEDTLS_BUILTIN && MBEDTLS && 0 help Use a specific mbedTLS configuration file. The default config file file can be tweaked with Kconfig. The default configuration is suitable to communicate with majority of HTTPS servers on the Internet, but has relatively many features enabled. To optimize resources for special TLS usage, use available Kconfig options, or select an alternative config. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*