:orphan: .. title:: CONFIG_TFM_ITS_NUM_ASSETS .. kconfig:: CONFIG_TFM_ITS_NUM_ASSETS CONFIG_TFM_ITS_NUM_ASSETS ######################### *Maximum number of Internal Trusted Storage assets* Type: ``int`` Help ==== .. code-block:: none Maximum number of assets to be stored in Internal Trusted Storage (ITS). Direct dependencies =================== \ :kconfig:`TFM_ITS_NUM_ASSETS_OVERRIDE ` && \ :kconfig:`BUILD_WITH_TFM ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/trusted-firmware-m/Kconfig.tfm:149`` 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 → Override maximum number of Internal Trusted Storage assets .. code-block:: kconfig config TFM_ITS_NUM_ASSETS int "Maximum number of Internal Trusted Storage assets" default 0 depends on TFM_ITS_NUM_ASSETS_OVERRIDE && BUILD_WITH_TFM && 0 help Maximum number of assets to be stored in Internal Trusted Storage (ITS). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*