:orphan: .. title:: CONFIG_CPU_ARCEM .. kconfig:: CONFIG_CPU_ARCEM CONFIG_CPU_ARCEM ################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option signifies the use of an ARC EM CPU Direct dependencies =================== \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`ATOMIC_OPERATIONS_C ` Symbols that select this symbol =============================== - \ :kconfig:`CPU_EM4 ` - \ :kconfig:`CPU_EM4_DMIPS ` - \ :kconfig:`CPU_EM4_FPUS ` - \ :kconfig:`CPU_EM4_FPUDA ` - \ :kconfig:`CPU_EM6 ` Kconfig definition ================== At ``/arc/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options .. code-block:: kconfig config CPU_ARCEM bool select ATOMIC_OPERATIONS_C depends on ARC help This option signifies the use of an ARC EM CPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*