The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOC_SERIES_SAM3X

Atmel SAM3X MCU

Type: bool

Help

Enable support for Atmel SAM3X Cortex-M3 microcontrollers. Part No.: SAM3X8E

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At soc/arm/atmel_sam/sam3x/Kconfig.series:9

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:6soc/arm/atmel_sam/Kconfig.soc:7

Menu path: (top menu) → SoC/CPU/Configuration Selection

config SOC_SERIES_SAM3X
    bool
    prompt "Atmel SAM3X MCU" if <choice: SoC/CPU/Configuration Selection>
    select CPU_CORTEX_M3 if <choice: SoC/CPU/Configuration Selection>
    select SOC_FAMILY_SAM if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_SYSTICK if <choice: SoC/CPU/Configuration Selection>
    select ASF if <choice: SoC/CPU/Configuration Selection>
    depends on <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for Atmel SAM3X Cortex-M3 microcontrollers.
      Part No.: SAM3X8E

(Definitions include propagated dependencies, including from if’s and menus.)