Skip to content

Commit 1d033a9

Browse files
ioannisgnashif
authored andcommitted
soc: arm: introduce Kconfig option for Nordic IDAU
This commit introduces a new Kconfig symbol to signify that a CPU implements the Nordic-specific security attribution unit. The symbol is meant to be selected by Nordic SoCs that implement the System Protection Unit (SPU) peripheral. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 5108990 commit 1d033a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

soc/arm/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ config CPU_HAS_ARM_SAU
2121
help
2222
MCU implements the ARM Security Attribution Unit (SAU).
2323

24+
config CPU_HAS_NRF_IDAU
25+
bool
26+
# Omit prompt to signify "hidden" option
27+
depends on SOC_SERIES_NRF91X
28+
select CPU_HAS_TEE
29+
help
30+
MCU implements the nRF (vendor-specific) Security Attribution Unit.
31+
(IDAU: "Implementation-Defined Attribution Unit", in accordance with
32+
ARM terminology).
33+
2434
config HAS_SWO
2535
bool
2636
# Omit prompt to signify "hidden" option

0 commit comments

Comments
 (0)