:orphan: .. title:: CONFIG_MBEDTLS .. kconfig:: CONFIG_MBEDTLS 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 ======== - y if \ :kconfig:`CSPRING_ENABLED ` - y if \ :kconfig:`CSPRING_ENABLED ` - y if \ :kconfig:`CSPRING_ENABLED ` - y if \ :kconfig:`CSPRING_ENABLED ` Symbols that select this symbol =============================== - \ :kconfig:`CRYPTO_MBEDTLS_SHIM ` - \ :kconfig:`JWT_SIGN_RSA ` - \ :kconfig:`HAWKBIT ` - \ :kconfig:`UPDATEHUB_DTLS ` - \ :kconfig:`OSDP_SC_ENABLED ` - \ :kconfig:`OPENTHREAD_MBEDTLS ` - \ :kconfig:`NET_TCP_ISN_RFC6528 ` - \ :kconfig:`WEBSOCKET_CLIENT ` - \ :kconfig:`NET_SOCKETS_SOCKOPT_TLS ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:175`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config MBEDTLS bool default y if CSPRING_ENABLED depends on ENTROPY_GENERATOR && SOC_SERIES_IMX_RT ---- At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config MBEDTLS bool default y if CSPRING_ENABLED depends on ENTROPY_GENERATOR && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:175`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config MBEDTLS bool default y if CSPRING_ENABLED depends on ENTROPY_GENERATOR && SOC_SERIES_IMX_RT ---- At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config MBEDTLS bool default y if CSPRING_ENABLED depends on ENTROPY_GENERATOR && SOC_SERIES_IMX_RT6XX ---- At ``/mbedtls/Kconfig:17`` 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) .. 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:33`` → ``/Kconfig:74`` 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.)*