CONFIG_SOC_SERIES_SAMD21¶
Atmel SAMD21 MCU
Atmel SAMD21 MCU
Type: bool
Help¶
Enable support for Atmel SAMD21 Cortex-M0+ microcontrollers.
Help¶
Enable support for Atmel SAMD21 Cortex-M0+ microcontrollers.
Direct dependencies¶
<choice: SoC/CPU/Configuration Selection> || <choice: SoC/CPU/Configuration Selection>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr SoC>/arm/atmel_sam0/samd21/Kconfig.series:6
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:7 → <BuildDir>/kconfig/Kconfig.soc:1 → <Zephyr SoC>/arm/atmel_sam0/Kconfig.soc:6
Menu path: (Top) → SoC/CPU/Configuration Selection
config SOC_SERIES_SAMD21
    bool "Atmel SAMD21 MCU"
    select ARM
    select CPU_CORTEX_M0PLUS
    select SOC_FAMILY_SAM0
    select CPU_CORTEX_M_HAS_SYSTICK
    select CPU_CORTEX_M_HAS_VTOR
    select ASF
    depends on <choice>
    help
      Enable support for Atmel SAMD21 Cortex-M0+ microcontrollers.
At <Zephyr SoC>/arm/atmel_sam0/samd21/Kconfig.series:6
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:9 → <Zephyr SoC>/arm/atmel_sam0/Kconfig.soc:6
Menu path: (Top) → SoC/CPU/Configuration Selection
config SOC_SERIES_SAMD21
    bool "Atmel SAMD21 MCU"
    select ARM
    select CPU_CORTEX_M0PLUS
    select SOC_FAMILY_SAM0
    select CPU_CORTEX_M_HAS_SYSTICK
    select CPU_CORTEX_M_HAS_VTOR
    select ASF
    depends on <choice>
    help
      Enable support for Atmel SAMD21 Cortex-M0+ microcontrollers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)