:orphan: .. title:: CONFIG_CPU_HAS_ARM_SAU .. kconfig:: CONFIG_CPU_HAS_ARM_SAU 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). Help ==== .. code-block:: none MCU implements the ARM Security Attribution Unit (SAU). Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CPU_HAS_TEE ` - \ :kconfig:`CPU_HAS_TEE ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_STM32L5X ` - \ :kconfig:`SOC_SERIES_STM32U5X ` - \ :kconfig:`SOC_SERIES_STM32L5X ` - \ :kconfig:`SOC_SERIES_STM32U5X ` - \ :kconfig:`SOC_MPS2_AN521_CPU0 ` - \ :kconfig:`SOC_MPS3_AN547 ` - \ :kconfig:`SOC_V2M_MUSCA_B1 ` - \ :kconfig:`SOC_V2M_MUSCA_S1 ` - \ :kconfig:`SOC_MIMXRT685S_CM33 ` - \ :kconfig:`SOC_LPC55S16 ` - \ :kconfig:`SOC_LPC55S69_CPU0 ` - \ :kconfig:`SOC_MPS2_AN521_CPU0 ` - \ :kconfig:`SOC_MPS3_AN547 ` - \ :kconfig:`SOC_V2M_MUSCA_B1 ` - \ :kconfig:`SOC_V2M_MUSCA_S1 ` - \ :kconfig:`SOC_MIMXRT685S_CM33 ` - \ :kconfig:`SOC_LPC55S16 ` - \ :kconfig:`SOC_LPC55S69_CPU0 ` Kconfig definitions =================== At ``/arm/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/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). ---- At ``/arm/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:17`` 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.)*