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: ARM SoC Selection>

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

Kconfig definition

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

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_SAME70
    bool
    prompt "Atmel SAME70 MCU" if <choice: ARM SoC Selection>
    select CPU_CORTEX_M7 if <choice: ARM SoC Selection>
    select SOC_FAMILY_SAM if <choice: ARM SoC Selection>
    select CPU_HAS_FPU if <choice: ARM SoC Selection>
    select CPU_HAS_SYSTICK if <choice: ARM SoC Selection>
    select ASF if <choice: ARM SoC Selection>
    select XIP if <choice: ARM SoC Selection>
    select SYS_POWER_LOW_POWER_STATE_SUPPORTED if <choice: ARM SoC Selection>
    select CPU_HAS_MPU if <choice: ARM SoC Selection>
    select ARM_MPU if <choice: ARM SoC Selection>
    depends on <choice: ARM SoC 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.)