CONFIG_CPU_EM4_DMIPS

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

(SOC_EMSK_EM7D && SOC_EMSK) || (SOC_NSIM_EM && SOC_NSIM) || (SOC_NSIM_SEM && SOC_NSIM)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At arch/arc/soc/snps_emsk/Kconfig.defconfig.em7d:10

Included via Kconfig:10Kconfig.zephyr:20arch/arc/soc/snps_emsk/Kconfig.defconfig:14

Menu path: (top menu)

config CPU_EM4_DMIPS
    bool
    default "y" if SOC_EMSK_EM7D && SOC_EMSK
    depends on SOC_EMSK_EM7D && SOC_EMSK

At arch/arc/soc/snps_nsim/Kconfig.defconfig.em:9

Included via Kconfig:10Kconfig.zephyr:20arch/arc/soc/snps_nsim/Kconfig.defconfig:17

Menu path: (top menu)

config CPU_EM4_DMIPS
    bool
    default "y" if SOC_NSIM_EM && SOC_NSIM
    depends on SOC_NSIM_EM && SOC_NSIM

At arch/arc/soc/snps_nsim/Kconfig.defconfig.sem:9

Included via Kconfig:10Kconfig.zephyr:20arch/arc/soc/snps_nsim/Kconfig.defconfig:18

Menu path: (top menu)

config CPU_EM4_DMIPS
    bool
    default "y" if SOC_NSIM_SEM && SOC_NSIM
    depends on SOC_NSIM_SEM && SOC_NSIM

(Definitions include propagated dependencies, including from if’s and menus.)