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).
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 || SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X || SOC_NRF5340_CPUAPP
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definitions¶
At <Zephyr SoC>/arm/Kconfig:35
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:1
Menu path: (Top) → Hardware Configuration
config CPU_HAS_NRF_IDAU
    bool
    select CPU_HAS_TEE
    depends on SOC_SERIES_NRF91X || SOC_NRF5340_CPUAPP
    help
      MCU implements the nRF (vendor-specific) Security Attribution Unit.
      (IDAU: "Implementation-Defined Attribution Unit", in accordance with
      ARM terminology).
At <Zephyr SoC>/arm/Kconfig:35
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:17
Menu path: (Top) → Hardware Configuration
config CPU_HAS_NRF_IDAU
    bool
    select CPU_HAS_TEE
    depends on SOC_SERIES_NRF91X || SOC_NRF5340_CPUAPP
    help
      MCU implements the nRF (vendor-specific) Security Attribution Unit.
      (IDAU: "Implementation-Defined Attribution Unit", in accordance with
      ARM terminology).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)