:orphan: .. title:: CONFIG_TFM_ITS_NUM_ASSETS_OVERRIDE .. kconfig:: CONFIG_TFM_ITS_NUM_ASSETS_OVERRIDE CONFIG_TFM_ITS_NUM_ASSETS_OVERRIDE ################################## *Override maximum number of Internal Trusted Storage assets* Type: ``bool`` Help ==== .. code-block:: none Override the platform's default maximum number of assets to be stored in Internal Trusted Storage (ITS) with TFM_ITS_NUM_ASSETS. Direct dependencies =================== \ :kconfig:`BUILD_WITH_TFM ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/trusted-firmware-m/Kconfig.tfm:143`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` → ``/trusted-firmware-m/Kconfig:7`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. code-block:: kconfig 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.)*