:orphan: .. title:: CONFIG_CUSTOM_MBEDTLS_CFG_FILE .. kconfig:: CONFIG_CUSTOM_MBEDTLS_CFG_FILE CONFIG_CUSTOM_MBEDTLS_CFG_FILE ############################## *Custom mbed TLS configuration file* *Custom mbed TLS configuration file* Type: ``bool`` Help ==== .. code-block:: none Allow user defined input for the MBEDTLS_CFG_FILE setting. You can specify the actual configuration file using the MBEDTLS_CFG_FILE setting. Help ==== .. code-block:: none Allow user defined input for the MBEDTLS_CFG_FILE setting. You can specify the actual configuration file using the MBEDTLS_CFG_FILE setting. Direct dependencies =================== \ :kconfig:`MBEDTLS ` || (\ :kconfig:`MBEDTLS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/mbedtls/Kconfig:43`` 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 .. code-block:: kconfig config CUSTOM_MBEDTLS_CFG_FILE bool "Custom mbed TLS configuration file" depends on MBEDTLS help Allow user defined input for the MBEDTLS_CFG_FILE setting. You can specify the actual configuration file using the MBEDTLS_CFG_FILE setting. ---- At ``/mbedtls/Kconfig:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → mbed TLS Support .. code-block:: kconfig config CUSTOM_MBEDTLS_CFG_FILE bool "Custom mbed TLS configuration file" depends on MBEDTLS && 0 help Allow user defined input for the MBEDTLS_CFG_FILE setting. You can specify the actual configuration file using the MBEDTLS_CFG_FILE setting. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*