The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CPU_EM4_FPUS

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

SOC_ARC_IOT || (SOC_EMSK_EM9D && SOC_EMSK)

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

Defaults

Kconfig definitions

At soc/arc/snps_arc_iot/Kconfig.defconfig:14

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config CPU_EM4_FPUS
    bool
    default "y" if SOC_ARC_IOT
    depends on SOC_ARC_IOT

At soc/arc/snps_emsk/Kconfig.defconfig.em9d:10

Included via Kconfig:10Kconfig.zephyr:23soc/arc/snps_emsk/Kconfig.defconfig:16

Menu path: (top menu)

config CPU_EM4_FPUS
    bool
    default "y" if SOC_EMSK_EM9D && SOC_EMSK
    depends on SOC_EMSK_EM9D && SOC_EMSK

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