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 ifs and menus.)

Kconfig definition

At <Zephyr>/soc/arm/atmel_sam/sam3x/Kconfig.series:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:6<BuildDir>/Kconfig/Kconfig.soc:1<Zephyr>/soc/arm/atmel_sam/Kconfig.soc:6

Menu path: (Top) → SoC/CPU/Configuration Selection

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)