:orphan: .. title:: CPU_HAS_ARM_SAU .. option:: CONFIG_CPU_HAS_ARM_SAU *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none MCU implements the ARM Security Attribution Unit (SAU). Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`CPU_HAS_TEE ` Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_STM32L5X ` - \ :option:`SOC_MPS2_AN521 ` - \ :option:`SOC_MPS3_AN547 ` - \ :option:`SOC_V2M_MUSCA_B1 ` - \ :option:`SOC_V2M_MUSCA_S1 ` - \ :option:`SOC_MIMXRT685S_CM33 ` - \ :option:`SOC_LPC55S16 ` - \ :option:`SOC_LPC55S28 ` - \ :option:`SOC_LPC55S69_CPU0 ` Kconfig definition ================== At ``/arm/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:1`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config CPU_HAS_ARM_SAU bool select CPU_HAS_TEE help MCU implements the ARM Security Attribution Unit (SAU). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*