-
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¶
- “y” if
BOARD_EM_STARTERKIT
- “y” if
BOARD_IOTDK
- “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:8
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config CPU_ARCEM4 bool default "y" ifBOARD_EM_STARTERKIT
depends onBOARD_EM_STARTERKIT
At boards/arc/iotdk/Kconfig.defconfig:8
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config CPU_ARCEM4 bool default "y" ifBOARD_IOTDK
depends onBOARD_IOTDK
At boards/arc/nsim_em/Kconfig.defconfig:8
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config CPU_ARCEM4 bool default "y" ifBOARD_NSIM_EM
depends onBOARD_NSIM_EM
At arch/arc/Kconfig:17
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
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.)