-
CONFIG_TFM_PARTITION_CRYPTO
¶
Enable secure partition ‘Crypto’
Enable secure partition ‘Crypto’
Type: bool
Help¶
Setting this option will cause '-DTFM_PARTITION_CRYPTO'
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.
Help¶
Setting this option will cause '-DTFM_PARTITION_CRYPTO'
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¶
(BUILD_WITH_TFM
&& !TFM_MINIMAL
) || TFM_MINIMAL
|| (BUILD_WITH_TFM
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
Kconfig definitions¶
At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm.partitions:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:14
→ <nRF>/modules/trusted-firmware-m/Kconfig:34
→ <Zephyr>/modules/trusted-firmware-m/Kconfig:8
Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tfm) → Build with TF-M as the Secure Execution Environment
config TFM_PARTITION_CRYPTO
bool "Enable secure partition 'Crypto'"
default y
depends on BUILD_WITH_TFM && !TFM_MINIMAL
help
Setting this option will cause '-DTFM_PARTITION_CRYPTO'
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.
At <nRF>/modules/trusted-firmware-m/Kconfig.tfm_minimal.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:14
→ <nRF>/modules/trusted-firmware-m/Kconfig:41
Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tfm)
config TFM_PARTITION_CRYPTO
bool
default y
depends on TFM_MINIMAL
At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm.partitions:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:66
→ <Zephyr>/modules/trusted-firmware-m/Kconfig:8
Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment
config TFM_PARTITION_CRYPTO
bool "Enable secure partition 'Crypto'"
default y
depends on BUILD_WITH_TFM && 0
help
Setting this option will cause '-DTFM_PARTITION_CRYPTO'
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.)