:orphan: .. title:: MBEDTLS_TEST .. option:: CONFIG_MBEDTLS_TEST *Compile internal self test functions* Type: ``bool`` Help ==== Enable self test function for the crypto algorithms Direct dependencies =================== \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.mbedtls:97`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:21`` Menu path: (Top) → Modules → mbedTLS Support .. parsed-literal:: config MBEDTLS_TEST bool "Compile internal self test functions" depends on \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS ` help Enable self test function for the crypto algorithms *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*