CONFIG_CPU_ARCEM

ARC EM cores

Type: bool

Help

This option signifies the use of an ARC EM CPU

Direct dependencies

<choice: ARC core family>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/arch/arc/Kconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

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

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

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