:orphan: .. title:: CPU_HAS_ARM_SAU .. option:: CONFIG_CPU_HAS_ARM_SAU *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== 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_V2M_MUSCA_A ` - \ :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 ================== .. highlight:: kconfig At ``soc/arm/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:1`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config CPU_HAS_ARM_SAU bool select \ :option:`CPU_HAS_TEE ` help MCU implements the ARM Security Attribution Unit (SAU). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*