-
CONFIG_CPU_EM4
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
If y, the SoC uses an ARC EM4 CPU
Direct dependencies¶
(SOC_EMSDP_EM4
&& SOC_ARC_EMSDP
) || ARC
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At soc/arc/snps_emsdp/Kconfig.defconfig.em4:9
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arc/snps_emsdp/Kconfig.defconfig:18
Menu path: (Top)
config CPU_EM4 bool default y depends onSOC_EMSDP_EM4
&&SOC_ARC_EMSDP
At arch/arc/Kconfig:32
Included via Kconfig:8
→ Kconfig.zephyr:34
→ arch/Kconfig:12
Menu path: (Top) → ARC Options
config CPU_EM4
bool
depends on ARC
help
If y, the SoC uses an ARC EM4 CPU
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)