The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_TFM_PSA_TEST_STORAGE

Storage tests

Type: bool

Help

Enable the PSA Storage test suite. This is a combination of the
protected storage and internal trusted storage tests.

Direct dependencies

<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:228

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74modules/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_STORAGE
    bool "Storage tests"
    depends on <choice TFM_PSA_TEST>
    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.)