The latest development version of this page may be more current than this released 2.3.0 version.
CONFIG_CPU_ARCHS

ARC HS cores

Type: bool

Help

This option signifies the use of an ARC HS CPU

Direct dependencies

<choice: ARC core family>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At arch/arc/Kconfig:23

Included via Kconfig:8Kconfig.zephyr:29arch/Kconfig:12

Menu path: (Top) → ARC Options → ARC core family

config CPU_ARCHS
    bool "ARC HS cores"
    select CPU_ARCV2
    select ATOMIC_OPERATIONS_BUILTIN
    depends on <choice: ARC core family>
    help
      This option signifies the use of an ARC HS CPU

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