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

Default

  • y

Symbols that select this symbol

Kconfig definition

At <Zephyr>/arch/arc/Kconfig:64

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → ARC Options → ARCv2 Family Options

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

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