:orphan: .. title:: CONFIG_SOC_MPS2_AN521 .. kconfig:: CONFIG_SOC_MPS2_AN521 CONFIG_SOC_MPS2_AN521 ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_FAMILY_ARM ` || \ :kconfig:`SOC_FAMILY_ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CPU_CORTEX_M33 ` - \ :kconfig:`CPU_HAS_ARM_MPU ` - \ :kconfig:`CPU_CORTEX_M33 ` - \ :kconfig:`CPU_HAS_ARM_MPU ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_MPS2_AN521_CPU0 ` - \ :kconfig:`SOC_MPS2_AN521_CPU1 ` - \ :kconfig:`SOC_MPS2_AN521_CPU0 ` - \ :kconfig:`SOC_MPS2_AN521_CPU1 ` Kconfig definitions =================== At ``/arm/arm/mps2/Kconfig.soc:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/arm/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_MPS2_AN521 bool select CPU_CORTEX_M33 select CPU_HAS_ARM_MPU depends on SOC_FAMILY_ARM ---- At ``/arm/arm/mps2/Kconfig.soc:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/arm/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_MPS2_AN521 bool select CPU_CORTEX_M33 select CPU_HAS_ARM_MPU depends on SOC_FAMILY_ARM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*