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

Compile internal self test functions

Type: bool

Help

Enable self test function for the crypto algorithms

Direct dependencies

MBEDTLS_BUILTIN && MBEDTLS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At modules/Kconfig.mbedtls:97

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:21

Menu path: (Top) → Modules → mbedTLS Support

config MBEDTLS_TEST
    bool "Compile internal self test functions"
    depends on MBEDTLS_BUILTIN && MBEDTLS
    help
      Enable self test function for the crypto algorithms

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)