CONFIG_TFM_PARTITION_AUDIT_LOG
Enable secure partition ‘Audit Log’
Enable secure partition ‘Audit Log’
Type: bool
Help
Setting this option will cause '-DTFM_PARTITION_AUDIT_LOG'
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.
Note: the Audit Log service does not implement the IPC model
interface so it may not be enabled together with IPC option.
Help
Setting this option will cause '-DTFM_PARTITION_AUDIT_LOG'
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.
Note: the Audit Log service does not implement the IPC model
interface so it may not be enabled together with IPC option.
Direct dependencies
(!TFM_IPC
&& BUILD_WITH_TFM
&& !TFM_MINIMAL
) || (!TFM_IPC
&& BUILD_WITH_TFM
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Kconfig definitions
At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm.partitions:63
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:50
Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tf-m/trusted-firmware-m)
config TFM_PARTITION_AUDIT_LOG
bool "Enable secure partition 'Audit Log'" if !TFM_IPC
default y
depends on !TFM_IPC && BUILD_WITH_TFM && !TFM_MINIMAL
help
Setting this option will cause '-DTFM_PARTITION_AUDIT_LOG'
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.
Note: the Audit Log service does not implement the IPC model
interface so it may not be enabled together with IPC option.
At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm.partitions:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:80
→ <Zephyr>/modules/trusted-firmware-m/Kconfig:8
Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment
config TFM_PARTITION_AUDIT_LOG
bool "Enable secure partition 'Audit Log'" if !TFM_IPC
default y
depends on !TFM_IPC && BUILD_WITH_TFM && 0
help
Setting this option will cause '-DTFM_PARTITION_AUDIT_LOG'
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.
Note: the Audit Log service does not implement the IPC model
interface so it may not be enabled together with IPC option.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)