:orphan: .. title:: CPU_EM4_DMIPS .. option:: CONFIG_CPU_EM4_DMIPS *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none If y, the SoC uses an ARC EM4 DMIPS CPU Direct dependencies =================== (\ :option:`SOC_EMSK_EM7D ` && \ :option:`SOC_EMSK `) || (\ :option:`ISA_ARCV2 ` && \ :option:`ARC `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`CPU_ARCEM ` Kconfig definitions =================== At ``/arc/snps_emsk/Kconfig.defconfig.em7d:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsk/Kconfig.defconfig:10`` Menu path: (Top) .. code-block:: kconfig config CPU_EM4_DMIPS bool default y depends on SOC_EMSK_EM7D && SOC_EMSK ---- At ``/arc/Kconfig:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options .. code-block:: kconfig config CPU_EM4_DMIPS bool select CPU_ARCEM depends on ISA_ARCV2 && ARC help If y, the SoC uses an ARC EM4 DMIPS CPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*