:orphan: .. title:: CONFIG_MBEDTLS_TEST .. kconfig:: CONFIG_MBEDTLS_TEST CONFIG_MBEDTLS_TEST ################### *Compile internal self test functions* *Compile internal self test functions* Type: ``bool`` Help ==== .. code-block:: none Enable self test function for the crypto algorithms Help ==== .. code-block:: none Enable self test function for the crypto algorithms Direct dependencies =================== (\ :kconfig:`MBEDTLS_BUILTIN ` && \ :kconfig:`MBEDTLS `) || (\ :kconfig:`MBEDTLS_BUILTIN ` && \ :kconfig:`MBEDTLS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/mbedtls/Kconfig:115`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:26`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) → mbed TLS Support .. code-block:: kconfig config MBEDTLS_TEST bool "Compile internal self test functions" depends on MBEDTLS_BUILTIN && MBEDTLS help Enable self test function for the crypto algorithms ---- At ``/mbedtls/Kconfig:115`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → mbed TLS Support .. code-block:: kconfig config MBEDTLS_TEST bool "Compile internal self test functions" depends on MBEDTLS_BUILTIN && MBEDTLS && 0 help Enable self test function for the crypto algorithms *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*