:orphan: .. title:: TFM_PSA_TEST_CRYPTO .. option:: CONFIG_TFM_PSA_TEST_CRYPTO *Crypto tests* Type: ``bool`` Help ==== .. code-block:: none Enable the PSA Crypto test suite. Direct dependencies =================== \ :option:`MAIN_STACK_SIZE ` >= 4096 && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/trusted-firmware-m/Kconfig:253`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:66`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment → Enable a PSA test suite .. code-block:: kconfig config TFM_PSA_TEST_CRYPTO bool "Crypto tests" depends on MAIN_STACK_SIZE >= 4096 && help Enable the PSA Crypto test suite. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*