:orphan: .. title:: MBEDTLS .. option:: CONFIG_MBEDTLS *mbed TLS Support* *mbed TLS Support* Type: ``bool`` Help ==== .. code-block:: none This option enables the mbedTLS cryptography library. Help ==== .. code-block:: none This option enables the mbedTLS cryptography library. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`CRYPTO_MBEDTLS_SHIM ` - \ :option:`JWT_SIGN_RSA ` - \ :option:`UPDATEHUB_DTLS ` - \ :option:`OSDP_SC_ENABLED ` - \ :option:`OPENTHREAD_MBEDTLS ` - \ :option:`NET_TCP_ISN_RFC6528 ` - \ :option:`WEBSOCKET_CLIENT ` - \ :option:`NET_SOCKETS_SOCKOPT_TLS ` Kconfig definitions =================== At ``/mbedtls/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) .. code-block:: kconfig menuconfig MBEDTLS bool "mbed TLS Support" if !MBEDTLS_PROMPTLESS help This option enables the mbedTLS cryptography library. ---- At ``/mbedtls/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:66`` Menu path: (Top) → Modules .. code-block:: kconfig menuconfig MBEDTLS bool "mbed TLS Support" if !MBEDTLS_PROMPTLESS depends on 0 help This option enables the mbedTLS cryptography library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*