CONFIG_TFM_ITS_MAX_ASSET_SIZE

Maximum Internal Trusted Storage asset size

Maximum Internal Trusted Storage asset size

Type: int

Help

Maximum size (in bytes) of a single asset to be stored in Internal Trusted
Storage (ITS).

Help

Maximum size (in bytes) of a single asset to be stored in Internal Trusted
Storage (ITS).

Direct dependencies

(TFM_ITS_MAX_ASSET_SIZE_OVERRIDE && BUILD_WITH_TFM) || (TFM_ITS_MAX_ASSET_SIZE_OVERRIDE && BUILD_WITH_TFM && 0)

(Includes any dependencies from ifs and menus.)

Defaults

  • 0

  • 0

Kconfig definitions

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

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 → Override maximum Internal Trusted Storage asset size

config TFM_ITS_MAX_ASSET_SIZE
    int "Maximum Internal Trusted Storage asset size"
    default 0
    depends on TFM_ITS_MAX_ASSET_SIZE_OVERRIDE && BUILD_WITH_TFM
    help
      Maximum size (in bytes) of a single asset to be stored in Internal Trusted
      Storage (ITS).

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

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 → Override maximum Internal Trusted Storage asset size

config TFM_ITS_MAX_ASSET_SIZE
    int "Maximum Internal Trusted Storage asset size"
    default 0
    depends on TFM_ITS_MAX_ASSET_SIZE_OVERRIDE && BUILD_WITH_TFM && 0
    help
      Maximum size (in bytes) of a single asset to be stored in Internal Trusted
      Storage (ITS).

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