CONFIG_TFM_ITS_MAX_ASSET_SIZE_OVERRIDE¶
Override maximum Internal Trusted Storage asset size
Type: bool
Help¶
Override the platform's default maximum size of a single asset to be
stored in Internal Trusted Storage (ITS) with TFM_ITS_MAX_ASSET_SIZE.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At modules/trusted-firmware-m/Kconfig.tfm:156
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:80
→ modules/trusted-firmware-m/Kconfig:7
Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment
config TFM_ITS_MAX_ASSET_SIZE_OVERRIDE
bool "Override maximum Internal Trusted Storage asset size"
depends on BUILD_WITH_TFM && 0
help
Override the platform's default maximum size of a single asset to be
stored in Internal Trusted Storage (ITS) with TFM_ITS_MAX_ASSET_SIZE.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)