The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CPU_ARCEM4

(No prompt – not directly user assignable.)

Type: bool

Help

This option signifies the use of an ARC EM4 CPU

Direct dependencies

BOARD_EM_STARTERKIT || BOARD_IOTDK || BOARD_NSIM_EM || ARC

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At boards/arc/em_starterkit/Kconfig.defconfig:8

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config CPU_ARCEM4
    bool
    default "y" if BOARD_EM_STARTERKIT
    depends on BOARD_EM_STARTERKIT

At boards/arc/iotdk/Kconfig.defconfig:8

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config CPU_ARCEM4
    bool
    default "y" if BOARD_IOTDK
    depends on BOARD_IOTDK

At boards/arc/nsim_em/Kconfig.defconfig:8

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config CPU_ARCEM4
    bool
    default "y" if BOARD_NSIM_EM
    depends on BOARD_NSIM_EM

At arch/arc/Kconfig:17

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → ARC Options → ARC EM4 processor options

config CPU_ARCEM4
    bool
    default "y" if ARC
    select CPU_ARCV2 if ARC
    select ATOMIC_OPERATIONS_C if ARC
    depends on ARC
    help
      This option signifies the use of an ARC EM4 CPU

(Definitions include propagated dependencies, including from if’s and menus.)