:orphan: .. title:: CONFIG_TFM_PARTITION_INITIAL_ATTESTATION .. kconfig:: CONFIG_TFM_PARTITION_INITIAL_ATTESTATION CONFIG_TFM_PARTITION_INITIAL_ATTESTATION ######################################## *Enable secure partition 'Initial Attestation'* Type: ``bool`` Help ==== .. code-block:: none Setting this option will cause '-DTFM_PARTITION_INITIAL_ATTESTATION' to be passed to the TF-M build system. Look at 'config_default.cmake' in the trusted-firmware-m repository for details regarding this parameter. Any dependencies between the various TFM_PARTITION_* options are handled by the build system in the trusted-firmware-m repository. Direct dependencies =================== \ :kconfig:`BUILD_WITH_TFM ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/trusted-firmware-m/Kconfig.tfm.partitions:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` → ``/trusted-firmware-m/Kconfig:8`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. code-block:: kconfig config TFM_PARTITION_INITIAL_ATTESTATION bool "Enable secure partition 'Initial Attestation'" default y depends on BUILD_WITH_TFM && 0 help Setting this option will cause '-DTFM_PARTITION_INITIAL_ATTESTATION' to be passed to the TF-M build system. Look at 'config_default.cmake' in the trusted-firmware-m repository for details regarding this parameter. Any dependencies between the various TFM_PARTITION_* options are handled by the build system in the trusted-firmware-m repository. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*