:orphan: .. title:: CPU_ARCV2 .. option:: 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 =================== \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`ARCH_HAS_STACK_PROTECTION ` if \ :option:`ARC_HAS_STACK_CHECKING ` || \ :option:`ARC_MPU ` - \ :option:`ARCH_HAS_USERSPACE ` if \ :option:`ARC_MPU ` - \ :option:`USE_SWITCH ` - \ :option:`USE_SWITCH_SUPPORTED ` Symbols that select this symbol =============================== - \ :option:`CPU_ARCEM ` - \ :option:`CPU_ARCHS ` Kconfig definition ================== .. highlight:: kconfig At ``arch/arc/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options → ARCv2 Family Options .. parsed-literal:: config CPU_ARCV2 bool default y select \ :option:`ARCH_HAS_STACK_PROTECTION ` if \ :option:`ARC_HAS_STACK_CHECKING ` || \ :option:`ARC_MPU ` select \ :option:`ARCH_HAS_USERSPACE ` if \ :option:`ARC_MPU ` select \ :option:`USE_SWITCH ` select \ :option:`USE_SWITCH_SUPPORTED ` depends on \ :option:`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.)*