-
CONFIG_MBEDTLS_TEST
¶
Compile internal self test functions
Type: bool
Help¶
Enable self test function for the crypto algorithms
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At modules/Kconfig.mbedtls:97
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:21
Menu path: (Top) → Modules → mbedTLS Support
config MBEDTLS_TEST bool "Compile internal self test functions" depends onMBEDTLS_BUILTIN
&&MBEDTLS
help Enable self test function for the crypto algorithms
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)