We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fb7bc commit f7654c7Copy full SHA for f7654c7
soc/nordic/nrf71/Kconfig
@@ -24,6 +24,8 @@ config SOC_NRF7120_ENGA_CPUAPP
24
config SOC_NRF7120_ENGA_CPUFLPR
25
select RISCV_CORE_NORDIC_VPR
26
27
+if SOC_SERIES_NRF71X
28
+
29
DT_MPC_REGION_SIZE := $(dt_nodelabel_path,nrf_mpc_region)
30
31
config NRF_TRUSTZONE_FLASH_REGION_SIZE
@@ -45,3 +47,5 @@ config NRF_TRUSTZONE_RAM_REGION_SIZE
45
47
requirements for the partitions.
46
48
This abstraction allows us to configure TRUSTZONE without depending
49
on peripheral specific symbols.
50
51
+endif # SOC_SERIES_NRF71X
0 commit comments