|
|
@ -17,9 +17,9 @@ config TFM_BOARD |
|
|
|
default "stm/stm32l562e_dk" if BOARD_STM32L562E_DK |
|
|
|
default "stm/stm32l562e_dk" if BOARD_STM32L562E_DK |
|
|
|
default "arm/musca_b1" if BOARD_V2M_MUSCA_B1 |
|
|
|
default "arm/musca_b1" if BOARD_V2M_MUSCA_B1 |
|
|
|
default "arm/musca_s1" if BOARD_V2M_MUSCA_S1 |
|
|
|
default "arm/musca_s1" if BOARD_V2M_MUSCA_S1 |
|
|
|
default "${ZEPHYR_BASE}/modules/trusted-firmware-m/nordic_nrf/nrf9160" if SOC_NRF9160 |
|
|
|
default "${ZEPHYR_BASE}/modules/trusted-firmware-m/nordic/nrf9160" if SOC_NRF9160 |
|
|
|
default "${ZEPHYR_BASE}/modules/trusted-firmware-m/nordic_nrf/nrf9120" if SOC_NRF9120 |
|
|
|
default "${ZEPHYR_BASE}/modules/trusted-firmware-m/nordic/nrf9120" if SOC_NRF9120 |
|
|
|
default "${ZEPHYR_BASE}/modules/trusted-firmware-m/nordic_nrf/nrf5340_cpuapp" if SOC_NRF5340_CPUAPP |
|
|
|
default "${ZEPHYR_BASE}/modules/trusted-firmware-m/nordic/nrf5340_cpuapp" if SOC_NRF5340_CPUAPP |
|
|
|
help |
|
|
|
help |
|
|
|
The board name used for building TFM. Building with TFM requires that |
|
|
|
The board name used for building TFM. Building with TFM requires that |
|
|
|
TFM has been ported to the given board/SoC. |
|
|
|
TFM has been ported to the given board/SoC. |
|
|
|