CONFIG_ISA_ARCV2¶
ARC ISA v2
Type: bool
Help¶
v2 ISA for the ARC-HS & ARC-EM cores
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Architecture>/arc/Kconfig:30
Included via Kconfig:8 → Kconfig.zephyr:39 → <Zephyr Architecture>/Kconfig:12
Menu path: (Top) → ARC Options → ARC Instruction Set
config ISA_ARCV2
    bool "ARC ISA v2"
    select ARCH_HAS_STACK_PROTECTION if ARC_HAS_STACK_CHECKING || (ARC_MPU && ARC_MPU_VER != 2)
    select ARCH_HAS_USERSPACE if ARC_MPU
    select USE_SWITCH
    select USE_SWITCH_SUPPORTED
    depends on <choice>
    help
      v2 ISA for the ARC-HS & ARC-EM cores
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)