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 <External Modules>/mbedtls/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:23<External Modules>/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:14

Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls)

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

At <External Modules>/mbedtls/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:23<External Modules>/Kconfig:66

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