CONFIG_MBEDTLS

mbed TLS Support

mbed TLS Support

Type: bool

Help

This option enables the mbedTLS cryptography library.

Help

This option enables the mbedTLS cryptography library.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definitions

At <Zephyr>/modules/mbedtls/Kconfig:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:68

Menu path: (Top) → Modules → mbedtls (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/crypto/mbedtls)

menuconfig MBEDTLS
    bool "mbed TLS Support" if !MBEDTLS_PROMPTLESS
    help
      This option enables the mbedTLS cryptography library.

At <Zephyr>/modules/mbedtls/Kconfig:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/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.)