-
CONFIG_CPU_ARCV2¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This option signifies the use of a CPU of the ARCv2 family.
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At arch/arc/Kconfig:67
Included via Kconfig:8 → Kconfig.zephyr:29 → 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.)