:orphan: .. title:: TFM_PSA_TEST_STORAGE .. option:: CONFIG_TFM_PSA_TEST_STORAGE *Storage tests* Type: ``bool`` Help ==== .. code-block:: none Enable the PSA Storage test suite. This is a combination of the protected storage and internal trusted storage tests. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/trusted-firmware-m/Kconfig:269`` 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_STORAGE bool "Storage tests" depends on help Enable the PSA Storage test suite. This is a combination of the protected storage and internal trusted storage tests. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*