The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_TFM_BOARD

(No prompt – not directly user assignable.)

Type: string

Help

The board name used for building TFM. Building with TFM requires that
TFM has been ported to the given board/SoC.

Direct dependencies

0

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At modules/trusted-firmware-m/Kconfig.tfm:10

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74modules/trusted-firmware-m/Kconfig:7

Menu path: (Top) → Modules

config TFM_BOARD
    string
    default "nordic_nrf/nrf9160dk_nrf9160" if BOARD_NRF9160DK_NRF9160_NS
    default "nordic_nrf/nrf5340dk_nrf5340_cpuapp" if BOARD_NRF5340DK_NRF5340_CPUAPP_NS
    default "nxp/lpcxpresso55s69" if BOARD_LPCXPRESSO55S69_CPU0
    default "arm/mps2/an521" if BOARD_MPS2_AN521_CPU0_NS
    default "stm/nucleo_l552ze_q" if BOARD_NUCLEO_L552ZE_Q
    default "stm/stm32l562e_dk" if BOARD_STM32L562E_DK
    default "arm/musca_b1/sse_200" if BOARD_MUSCA_B1
    default "arm/musca_s1" if BOARD_MUSCA_S1
    default "lairdconnectivity/bl5340_dvk_cpuapp" if BOARD_BL5340_DVK_CPUAPP_NS
    depends on 0
    help
      The board name used for building TFM. Building with TFM requires that
      TFM has been ported to the given board/SoC.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)