The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_CPU_HAS_NRF_IDAU

(No prompt – not directly user assignable.)

Type: bool

Help

MCU implements the nRF (vendor-specific) Security Attribution Unit. (IDAU: “Implementation-Defined Attribution Unit”, in accordance with ARM terminology).

Direct dependencies

SOC_SERIES_NRF91X

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At soc/arm/Kconfig:32

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:11

Menu path: (top menu) → Hardware Configuration

config CPU_HAS_NRF_IDAU
    bool
    select CPU_HAS_TEE if SOC_SERIES_NRF91X
    depends on SOC_SERIES_NRF91X
    help
      MCU implements the nRF (vendor-specific) Security Attribution Unit.
      (IDAU: "Implementation-Defined Attribution Unit", in accordance with
      ARM terminology).

(Definitions include propagated dependencies, including from if’s and menus.)