-
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_NSIM_EM
|| ARC
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
BOARD_EM_STARTERKIT
- “y” if
BOARD_NSIM_EM
- “y” if
ARC
Symbols selected by this symbol¶
CPU_ARCV2
ifARC
ATOMIC_OPERATIONS_C
ifARC
Kconfig definitions¶
At boards/arc/em_starterkit/Kconfig.defconfig:7
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config CPU_ARCEM4 bool default "y" ifBOARD_EM_STARTERKIT
depends onBOARD_EM_STARTERKIT
At boards/arc/nsim_em/Kconfig.defconfig:7
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config CPU_ARCEM4 bool default "y" ifBOARD_NSIM_EM
depends onBOARD_NSIM_EM
At arch/arc/Kconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → ARC Options → ARC EM4 processor options
config CPU_ARCEM4 bool default "y" ifARC
selectCPU_ARCV2
ifARC
selectATOMIC_OPERATIONS_C
ifARC
depends onARC
help This option signifies the use of an ARC EM4 CPU
(Definitions include propagated dependencies, including from if’s and menus.)