CONFIG_TFM_PSA_TEST_INITIAL_ATTESTATION¶
Initial attestation tests
Type: bool
Help¶
Enable the PSA Initial Attestation test suite.
Direct dependencies¶
MAIN_STACK_SIZE
>= 4096 && <choice TFM_PSA_TEST: Enable a PSA test suite>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At modules/trusted-firmware-m/Kconfig.tfm:235
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:74
→ modules/trusted-firmware-m/Kconfig:7
Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment → Enable a PSA test suite
config TFM_PSA_TEST_INITIAL_ATTESTATION
bool "Initial attestation tests"
depends on MAIN_STACK_SIZE >= 4096 && <choice TFM_PSA_TEST>
help
Enable the PSA Initial Attestation test suite.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)