:orphan: .. title:: TFM_PROFILE .. option:: 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 =================== (\ :option:`BUILD_WITH_TFM ` && (\ :option:`BOARD_LPCXPRESSO55S69_CPU0 ` || \ :option:`BOARD_LPCXPRESSO55S69_CPU1 `)) || (\ :option:`BUILD_WITH_TFM ` && \ :option:`BUILD_WITH_TFM `) *(Includes any dependencies from ifs and menus.)* Default ======= - "profile_medium" Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/lpcxpresso55s69/Kconfig.defconfig:69`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config TFM_PROFILE string default "profile_medium" depends on \ :option:`BUILD_WITH_TFM ` && (\ :option:`BOARD_LPCXPRESSO55S69_CPU0 ` || \ :option:`BOARD_LPCXPRESSO55S69_CPU1 `) ---- At ``modules/Kconfig.tfm:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:32`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. parsed-literal:: config TFM_PROFILE string "The build profile used for TFM Secure image." depends on \ :option:`BUILD_WITH_TFM ` && \ :option:`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.)*