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

Regression tests

Type: bool

Help

When enabled, this option signifies that the TF-M build includes the Secure and the Non-Secure regression tests.

Direct dependencies

BUILD_WITH_TFM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At modules/Kconfig.tfm:103

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:32

Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment

config TFM_REGRESSION
    bool "Regression tests"
    depends on BUILD_WITH_TFM
    help
      When enabled, this option signifies that the TF-M build includes
      the Secure and the Non-Secure regression tests.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)