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¶
y if
CSPRING_ENABLED
y if
CSPRING_ENABLED
Symbols that select this symbol¶
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:162
Included via Kconfig:8
→ Kconfig.zephyr:27
→ soc/arm/nxp_imx/Kconfig.defconfig:4
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:37
Included via Kconfig:8
→ Kconfig.zephyr:27
→ soc/arm/nxp_imx/Kconfig.defconfig:4
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:8
→ Kconfig.zephyr:33
→ modules/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.)