:orphan: .. title:: choice TFM_PSA_TEST: Enable a PSA test suite .. _choice_30: .. describe:: choice TFM_PSA_TEST: Enable a PSA test suite *Enable a PSA test suite* Type: ``bool`` Direct dependencies =================== \ :option:`BUILD_WITH_TFM ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`TFM_PSA_TEST_NONE ` Choice options ============== - \ :option:`TFM_PSA_TEST_CRYPTO ` - \ :option:`TFM_PSA_TEST_PROTECTED_STORAGE ` - \ :option:`TFM_PSA_TEST_INTERNAL_TRUSTED_STORAGE ` - \ :option:`TFM_PSA_TEST_STORAGE ` - \ :option:`TFM_PSA_TEST_INITIAL_ATTESTATION ` - \ :option:`TFM_PSA_TEST_NONE ` Kconfig definition ================== At ``/trusted-firmware-m/Kconfig:249`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:66`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. code-block:: kconfig choice TFM_PSA_TEST bool "Enable a PSA test suite" default TFM_PSA_TEST_NONE depends on BUILD_WITH_TFM && 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*