CONFIG_CPU_ARCHS¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This option signifies the use of an ARC HS CPU
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Architecture>/arc/Kconfig:19
Included via Kconfig:8 → Kconfig.zephyr:39 → <Zephyr Architecture>/Kconfig:12
Menu path: (Top) → ARC Options
config CPU_ARCHS
    bool
    select ATOMIC_OPERATIONS_BUILTIN
    depends on ARC
    help
      This option signifies the use of an ARC HS CPU
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)