The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_MBEDTLS

mbed TLS Support

Type: bool

Help

This option enables the mbedTLS cryptography library.

Direct dependencies

(ENTROPY_GENERATOR && SOC_SERIES_IMX_RT) || (ENTROPY_GENERATOR && SOC_SERIES_IMX_RT6XX) || 0

(Includes any dependencies from ifs and menus.)

Defaults

Symbols that select this symbol

Kconfig definitions

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:175

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_imx/Kconfig.defconfig:8

Menu path: (Top)

config MBEDTLS
    bool
    default y if CSPRING_ENABLED
    depends on ENTROPY_GENERATOR && SOC_SERIES_IMX_RT

At soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:50

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_imx/Kconfig.defconfig:8

Menu path: (Top)

config MBEDTLS
    bool
    default y if CSPRING_ENABLED
    depends on ENTROPY_GENERATOR && SOC_SERIES_IMX_RT6XX

At modules/mbedtls/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74

Menu path: (Top) → Modules

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.)