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 <Zephyr>/modules/Kconfig.mbedtls:97

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:17

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