CONFIG_TFM_BOARD

(No prompt – not directly user assignable.)

Type: string

Help

Redefintition of TFM_BOARD to use out-of-tree boards. These depend on
${TFM_BOARD_BASE_DIR} being set to the TFM board dir inside sdk-nrf.

Help

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

Help

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

Help

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

Direct dependencies

TRUSTED_EXECUTION_NONSECURE || !TFM_MINIMAL || TFM_MINIMAL || 0

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <nRF>/modules/tfm/zephyr/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:51<nRF>/modules/Kconfig:8

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect

config TFM_BOARD
    string
    default "/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/modules/tfm/tfm/boards/nrf9160" if SOC_NRF9160_SICA
    default "/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/modules/tfm/tfm/boards/nrf5340_cpuapp" if SOC_NRF5340_CPUAPP_QKAA
    depends on TRUSTED_EXECUTION_NONSECURE
    help
      Redefintition of TFM_BOARD to use out-of-tree boards. These depend on
      ${TFM_BOARD_BASE_DIR} being set to the TFM board dir inside sdk-nrf.

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:14<nRF>/modules/trusted-firmware-m/Kconfig:34<Zephyr>/modules/trusted-firmware-m/Kconfig:7

Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tfm)

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 "nxp/lpcxpresso55s69" if BOARD_LPCXPRESSO55S69_CPU0
    default "mps2/an521" if BOARD_MPS2_AN521
    default "stm/nucleo_l552ze_q" if BOARD_NUCLEO_L552ZE_Q
    default "stm/stm32l562e_dk" if BOARD_STM32L562E_DK
    default "musca_b1/sse_200" if BOARD_MUSCA_B1
    default "musca_s1" if BOARD_MUSCA_S1
    default "lairdconnectivity/bl5340_dvk_cpuapp" if BOARD_BL5340_DVK_CPUAPPNS
    depends on !TFM_MINIMAL
    help
      The board name used for building TFM. Building with TFM requires that
      TFM has been ported to the given board/SoC.

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:14<nRF>/modules/trusted-firmware-m/Kconfig:43

Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tfm)

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 "nxp/lpcxpresso55s69" if BOARD_LPCXPRESSO55S69_CPU0
    default "mps2/an521" if BOARD_MPS2_AN521
    default "stm/nucleo_l552ze_q" if BOARD_NUCLEO_L552ZE_Q
    default "stm/stm32l562e_dk" if BOARD_STM32L562E_DK
    default "musca_b1/sse_200" if BOARD_MUSCA_B1
    default "musca_s1" if BOARD_MUSCA_S1
    default "lairdconnectivity/bl5340_dvk_cpuapp" if BOARD_BL5340_DVK_CPUAPPNS
    depends on TFM_MINIMAL
    help
      The board name used for building TFM. Building with TFM requires that
      TFM has been ported to the given board/SoC.

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:66<Zephyr>/modules/trusted-firmware-m/Kconfig:7

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 "nxp/lpcxpresso55s69" if BOARD_LPCXPRESSO55S69_CPU0
    default "mps2/an521" if BOARD_MPS2_AN521
    default "stm/nucleo_l552ze_q" if BOARD_NUCLEO_L552ZE_Q
    default "stm/stm32l562e_dk" if BOARD_STM32L562E_DK
    default "musca_b1/sse_200" if BOARD_MUSCA_B1
    default "musca_s1" if BOARD_MUSCA_S1
    default "lairdconnectivity/bl5340_dvk_cpuapp" if BOARD_BL5340_DVK_CPUAPPNS
    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.)