:orphan: .. title:: CPU_EM4_DMIPS .. option:: CONFIG_CPU_EM4_DMIPS *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== If y, the SoC uses an ARC EM4 DMIPS CPU Direct dependencies =================== (\ :option:`SOC_EMSK_EM7D ` && \ :option:`SOC_EMSK `) || \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arc/snps_emsk/Kconfig.defconfig.em7d:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arc/snps_emsk/Kconfig.defconfig:10`` Menu path: (Top) .. parsed-literal:: config CPU_EM4_DMIPS bool default y depends on \ :option:`SOC_EMSK_EM7D ` && \ :option:`SOC_EMSK ` ---- At ``arch/arc/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options .. parsed-literal:: config CPU_EM4_DMIPS bool depends on \ :option:`ARC ` help If y, the SoC uses an ARC EM4 DMIPS CPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*