:orphan: .. title:: CPU_ARCHS .. option:: CONFIG_CPU_ARCHS *ARC HS cores* Type: ``bool`` Help ==== This option signifies the use of an ARC HS CPU Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CPU_ARCV2 ` - \ :option:`ATOMIC_OPERATIONS_C ` if "" = "arcmwdt" - \ :option:`ATOMIC_OPERATIONS_BUILTIN ` if "" != "arcmwdt" Kconfig definition ================== .. highlight:: kconfig At ``arch/arc/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options → ARC core family .. parsed-literal:: config CPU_ARCHS bool "ARC HS cores" select \ :option:`CPU_ARCV2 ` select \ :option:`ATOMIC_OPERATIONS_C ` if "" = "arcmwdt" select \ :option:`ATOMIC_OPERATIONS_BUILTIN ` if "" != "arcmwdt" depends on \ :ref:` ` help This option signifies the use of an ARC HS CPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*