:orphan: .. title:: SOC_SERIES_SAMD21 .. option:: CONFIG_SOC_SERIES_SAMD21 *Atmel SAMD21 MCU* Type: ``bool`` Help ==== Enable support for Atmel SAMD21 Cortex-M0+ microcontrollers. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`ARM ` - \ :option:`CPU_CORTEX_M0PLUS ` - \ :option:`SOC_FAMILY_SAM0 ` - \ :option:`CPU_CORTEX_M_HAS_SYSTICK ` - \ :option:`CPU_CORTEX_M_HAS_VTOR ` - \ :option:`ASF ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/atmel_sam0/samd21/Kconfig.series:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:6`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc:1`` → ``soc/arm/atmel_sam0/Kconfig.soc:6`` Menu path: (Top) → SoC/CPU/Configuration Selection .. parsed-literal:: config SOC_SERIES_SAMD21 bool "Atmel SAMD21 MCU" select \ :option:`ARM ` select \ :option:`CPU_CORTEX_M0PLUS ` select \ :option:`SOC_FAMILY_SAM0 ` select \ :option:`CPU_CORTEX_M_HAS_SYSTICK ` select \ :option:`CPU_CORTEX_M_HAS_VTOR ` select \ :option:`ASF ` depends on \ :ref:` ` help Enable support for Atmel SAMD21 Cortex-M0+ microcontrollers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*