CONFIG_TFM_ITS_NUM_ASSETS_OVERRIDE

Override maximum number of Internal Trusted Storage assets

Override maximum number of Internal Trusted Storage assets

Type: bool

Help

Override the platform's default maximum number of assets to be stored in
Internal Trusted Storage (ITS) with TFM_ITS_NUM_ASSETS.

Help

Override the platform's default maximum number of assets to be stored in
Internal Trusted Storage (ITS) with TFM_ITS_NUM_ASSETS.

Direct dependencies

BUILD_WITH_TFM || (BUILD_WITH_TFM && 0)

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definitions

At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:142

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:20<nRF>/modules/trusted-firmware-m/Kconfig:44

Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tf-m/trusted-firmware-m) → Build with TF-M as the Secure Execution Environment

config TFM_ITS_NUM_ASSETS_OVERRIDE
    bool "Override maximum number of Internal Trusted Storage assets"
    depends on BUILD_WITH_TFM
    help
      Override the platform's default maximum number of assets to be stored in
      Internal Trusted Storage (ITS) with TFM_ITS_NUM_ASSETS.

At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:142

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:80<Zephyr>/modules/trusted-firmware-m/Kconfig:7

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

config TFM_ITS_NUM_ASSETS_OVERRIDE
    bool "Override maximum number of Internal Trusted Storage assets"
    depends on BUILD_WITH_TFM && 0
    help
      Override the platform's default maximum number of assets to be stored in
      Internal Trusted Storage (ITS) with TFM_ITS_NUM_ASSETS.

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