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.

Defaults

Kconfig definition

At <Zephyr>/modules/Kconfig.tfm:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:28

Menu path: (Top) → Modules

config TFM_BOARD
    string
    default "nordic_nrf/nrf9160dk_nrf9160" if BOARD_NRF9160DK_NRF9160NS
    default "nordic_nrf/nrf5340dk_nrf5340_cpuapp" if BOARD_NRF5340DK_NRF5340_CPUAPPNS
    default "nordic_nrf/nrf5340pdk_nrf5340_cpuapp" if BOARD_NRF5340PDK_NRF5340_CPUAPPNS
    default "nxp/lpcxpresso55s69" if BOARD_LPCXPRESSO55S69_CPU0
    default "mps2/an521" if BOARD_MPS2_AN521
    default "stm/nucleo_l552ze_q" if BOARD_NUCLEO_L552ZE_Q
    default "musca_b1" if BOARD_MUSCA_B1
    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.)