Skip to content

Commit f7654c7

Browse files
nordicjmtejlmand
authored andcommitted
soc: nordic: nrf71: Add SoC guard
Adds a guard to not use something if it's not the expected SoC Signed-off-by: Jamie McCrae <[email protected]>
1 parent 04fb7bc commit f7654c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

soc/nordic/nrf71/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ config SOC_NRF7120_ENGA_CPUAPP
2424
config SOC_NRF7120_ENGA_CPUFLPR
2525
select RISCV_CORE_NORDIC_VPR
2626

27+
if SOC_SERIES_NRF71X
28+
2729
DT_MPC_REGION_SIZE := $(dt_nodelabel_path,nrf_mpc_region)
2830

2931
config NRF_TRUSTZONE_FLASH_REGION_SIZE
@@ -45,3 +47,5 @@ config NRF_TRUSTZONE_RAM_REGION_SIZE
4547
requirements for the partitions.
4648
This abstraction allows us to configure TRUSTZONE without depending
4749
on peripheral specific symbols.
50+
51+
endif # SOC_SERIES_NRF71X

0 commit comments

Comments
 (0)