The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CPU_ARCV2

(No prompt – not directly user assignable.)

Type: bool

Help

This option signifies the use of a CPU of the ARCv2 family.

Direct dependencies

ARC

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

Defaults

  • “y” if ARC

Symbols that select this symbol

Kconfig definition

At arch/arc/Kconfig:29

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → ARC Options → ARCv2 Family Options

config CPU_ARCV2
    bool
    default "y" if ARC
    select ARCH_HAS_STACK_PROTECTION if (ARC_HAS_STACK_CHECKING || ARC_MPU) && ARC
    select ARCH_HAS_USERSPACE if ARC_MPU && ARC
    depends on ARC
    help
      This option signifies the use of a CPU of the ARCv2 family.

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