File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
modules/trusted-firmware-m Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ endif # BOARD_BL5340_DVK_CPUAPP
27
27
28
28
config BUILD_WITH_TFM
29
29
default y if BOARD_BL5340_DVK_CPUAPP_NS
30
+ depends on ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
30
31
31
32
if BUILD_WITH_TFM
32
33
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ config BOARD
20
20
# force building with TF-M as the Secure Execution Environment.
21
21
config BUILD_WITH_TFM
22
22
default y if TRUSTED_EXECUTION_NONSECURE
23
+ depends on ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
23
24
24
25
25
26
if GPIO
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ config BOARD
13
13
14
14
config BUILD_WITH_TFM
15
15
default y if BOARD_NRF5340DK_NRF5340_CPUAPP_NS
16
+ depends on ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
16
17
17
18
if BUILD_WITH_TFM
18
19
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ config BOARD
13
13
14
14
config BUILD_WITH_TFM
15
15
default y if BOARD_NRF9160DK_NRF9160_NS
16
+ depends on ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
16
17
17
18
if BUILD_WITH_TFM
18
19
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ config TFM_BOARD
24
24
25
25
menuconfig BUILD_WITH_TFM
26
26
bool "Build with TF-M as the Secure Execution Environment"
27
+ depends on ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
27
28
depends on TRUSTED_EXECUTION_NONSECURE
28
29
depends on TFM_BOARD != ""
29
30
depends on ARM_TRUSTZONE_M
You can’t perform that action at this time.
0 commit comments