-
CONFIG_TFM_PROFILE
¶
The build profile used for TFM Secure image.
Type: string
Help¶
Build profile used to build tfm_s image. The available values are profile_medium and profile_small. The default profile does not need to have this configuration set.
Direct dependencies¶
BUILD_WITH_TFM
&& BUILD_WITH_TFM
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At <Zephyr>/modules/Kconfig.tfm:70
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:10
→ <Zephyr>/modules/Kconfig:28
Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment
config TFM_PROFILE string "The build profile used for TFM Secure image." depends onBUILD_WITH_TFM
&&BUILD_WITH_TFM
help Build profile used to build tfm_s image. The available values are profile_medium and profile_small. The default profile does not need to have this configuration set.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)