-
choice TFM_PROFILE_TYPE: TF-M build profile
TF-M build profile
Type: bool
Help¶
The TF-M build profile selection. Can be empty (not set),
small, medium or large. Certain profile types enable other
TF-M configuration options, namely, the IPC model and the
isolation level.
Direct dependencies¶
(BUILD_WITH_TFM
&& (BOARD_LPCXPRESSO55S69_CPU0
|| BOARD_LPCXPRESSO55S69_CPU1
)) || (BUILD_WITH_TFM
&& BUILD_WITH_TFM
&& 0)
(Includes any dependencies from ifs and menus.)
Choice options¶
Kconfig definitions¶
At <Zephyr Boards>/arm/lpcxpresso55s69/Kconfig.defconfig:45
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
choice TFM_PROFILE_TYPE
bool
default TFM_PROFILE_TYPE_MEDIUM
depends on BUILD_WITH_TFM && (BOARD_LPCXPRESSO55S69_CPU0 || BOARD_LPCXPRESSO55S69_CPU1)
At <External Modules>/trusted-firmware-m/Kconfig.tfm:81
Included via Kconfig:8
→ Kconfig.zephyr:33
→ <External Modules>/Kconfig:74
→ <External Modules>/trusted-firmware-m/Kconfig:7
Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment
choice TFM_PROFILE_TYPE
bool "TF-M build profile"
default TFM_PROFILE_TYPE_NOT_SET
depends on BUILD_WITH_TFM && BUILD_WITH_TFM && 0
help
The TF-M build profile selection. Can be empty (not set),
small, medium or large. Certain profile types enable other
TF-M configuration options, namely, the IPC model and the
isolation level.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)