:orphan: .. title:: CPU_EM4 .. option:: CONFIG_CPU_EM4 *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== If y, the SoC uses an ARC EM4 CPU Direct dependencies =================== (\ :option:`SOC_EMSDP_EM4 ` && \ :option:`SOC_ARC_EMSDP `) || (\ :option:`SOC_QEMU_ARC_EM ` && \ :option:`SOC_QEMU_ARC `) || \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arc/snps_emsdp/Kconfig.defconfig.em4:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arc/snps_emsdp/Kconfig.defconfig:14`` Menu path: (Top) .. parsed-literal:: config CPU_EM4 bool default y depends on \ :option:`SOC_EMSDP_EM4 ` && \ :option:`SOC_ARC_EMSDP ` ---- At ``soc/arc/snps_qemu/Kconfig.defconfig.em:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arc/snps_qemu/Kconfig.defconfig:30`` Menu path: (Top) .. parsed-literal:: config CPU_EM4 bool default y depends on \ :option:`SOC_QEMU_ARC_EM ` && \ :option:`SOC_QEMU_ARC ` ---- At ``arch/arc/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options .. parsed-literal:: config CPU_EM4 bool depends on \ :option:`ARC ` help If y, the SoC uses an ARC EM4 CPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*