-
CONFIG_CPU_ARCV2
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This option signifies the use of a CPU of the ARCv2 family.
Symbols selected by this symbol¶
ARCH_HAS_STACK_PROTECTION
if (ARC_HAS_STACK_CHECKING
||ARC_MPU
) &&ARC
ARCH_HAS_USERSPACE
ifARC_MPU
&&ARC
Symbols that select this symbol¶
Kconfig definition¶
At arch/arc/Kconfig:29
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → ARC Options → ARCv2 Family Options
config CPU_ARCV2 bool default "y" ifARC
selectARCH_HAS_STACK_PROTECTION
if (ARC_HAS_STACK_CHECKING
||ARC_MPU
) &&ARC
selectARCH_HAS_USERSPACE
ifARC_MPU
&&ARC
depends onARC
help This option signifies the use of a CPU of the ARCv2 family.
(Definitions include propagated dependencies, including from if’s and menus.)