:orphan: .. title:: choice TFM_PSA_TEST: Enable a PSA test suite .. _choice_34: .. describe:: choice TFM_PSA_TEST: Enable a PSA test suite *Enable a PSA test suite* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BUILD_WITH_TFM ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`TFM_PSA_TEST_NONE ` Choice options ============== - \ :kconfig:`TFM_PSA_TEST_CRYPTO ` - \ :kconfig:`TFM_PSA_TEST_PROTECTED_STORAGE ` - \ :kconfig:`TFM_PSA_TEST_INTERNAL_TRUSTED_STORAGE ` - \ :kconfig:`TFM_PSA_TEST_STORAGE ` - \ :kconfig:`TFM_PSA_TEST_INITIAL_ATTESTATION ` - \ :kconfig:`TFM_PSA_TEST_NONE ` Kconfig definition ================== At ``/trusted-firmware-m/Kconfig.tfm:208`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` → ``/trusted-firmware-m/Kconfig:7`` 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.)*