:orphan: .. title:: CPU_ARCHS .. option:: CONFIG_CPU_ARCHS *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option signifies the use of an ARC HS CPU Direct dependencies =================== \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`ATOMIC_OPERATIONS_BUILTIN ` Symbols that select this symbol =============================== - \ :option:`CPU_HS3X ` - \ :option:`CPU_HS6X ` Kconfig definition ================== At ``/arc/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options .. code-block:: kconfig 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.)*