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 selected by this symbol

Symbols that select this symbol

Kconfig definition

At arch/arc/Kconfig:45

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

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

config CPU_ARCV2
    bool
    default "y" if ARC
    select ARCH_HAS_STACK_PROTECTION if ARC
    select ARCH_HAS_USERSPACE if ARC_CORE_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.)