CONFIG_SOC_SERIES_SAM3X

Atmel SAM3X MCU

Type: bool

Help

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

Direct dependencies

<choice: ARM SoC Selection>

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

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:14arch/arm/soc/atmel_sam/Kconfig.soc:7

Menu path: (top menu) → ARM SoC Selection

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

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