-
CONFIG_SOC_SERIES_SAMD21
¶
Atmel SAMD21 MCU
Type: bool
Help¶
Enable support for Atmel SAMD21 Cortex-M0+ microcontrollers.
Direct dependencies¶
<choice: SoC/CPU/Configuration Selection>
(Includes any dependencies from if’s and menus.)
Symbols selected by this symbol¶
CPU_CORTEX_M0PLUS
if <choice: SoC/CPU/Configuration Selection>SOC_FAMILY_SAM0
if <choice: SoC/CPU/Configuration Selection>CPU_HAS_SYSTICK
if <choice: SoC/CPU/Configuration Selection>CPU_CORTEX_M_HAS_VTOR
if <choice: SoC/CPU/Configuration Selection>ASF
if <choice: SoC/CPU/Configuration Selection>
Kconfig definition¶
At soc/arm/atmel_sam0/samd21/Kconfig.series:6
Included via Kconfig:10
→ Kconfig.zephyr:27
→ soc/Kconfig:6
→ soc/arm/atmel_sam0/Kconfig.soc:6
Menu path: (top menu) → SoC/CPU/Configuration Selection
config SOC_SERIES_SAMD21 bool prompt "Atmel SAMD21 MCU" if <choice: SoC/CPU/Configuration Selection> selectCPU_CORTEX_M0PLUS
if <choice: SoC/CPU/Configuration Selection> selectSOC_FAMILY_SAM0
if <choice: SoC/CPU/Configuration Selection> selectCPU_HAS_SYSTICK
if <choice: SoC/CPU/Configuration Selection> selectCPU_CORTEX_M_HAS_VTOR
if <choice: SoC/CPU/Configuration Selection> selectASF
if <choice: SoC/CPU/Configuration Selection> depends on <choice: SoC/CPU/Configuration Selection> help Enable support for Atmel SAMD21 Cortex-M0+ microcontrollers.
(Definitions include propagated dependencies, including from if’s and menus.)