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

Atmel SAME70 MCU

Type: bool

Help

Enable support for Atmel SAM E70 ARM Cortex-M7 Microcontrollers. Part No.: SAME70J19, SAME70J20, SAME70J21, SAME70N19, SAME70N20, SAME70N21, SAME70Q19, SAME70Q20, SAME70Q21

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

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

Kconfig definition

At soc/arm/atmel_sam/same70/Kconfig.series:7

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_SAME70
    bool
    prompt "Atmel SAME70 MCU" if <choice: SoC/CPU/Configuration Selection>
    select CPU_CORTEX_M7 if <choice: SoC/CPU/Configuration Selection>
    select SOC_FAMILY_SAM if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_FPU_DOUBLE_PRECISION if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_SYSTICK if <choice: SoC/CPU/Configuration Selection>
    select ASF if <choice: SoC/CPU/Configuration Selection>
    select XIP if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_ARM_MPU if <choice: SoC/CPU/Configuration Selection>
    select ARM_MPU if <choice: SoC/CPU/Configuration Selection>
    select HAS_SWO if <choice: SoC/CPU/Configuration Selection>
    depends on <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for Atmel SAM E70 ARM Cortex-M7 Microcontrollers.
      Part No.: SAME70J19, SAME70J20, SAME70J21, SAME70N19, SAME70N20,
      SAME70N21, SAME70Q19, SAME70Q20, SAME70Q21

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