:orphan: .. title:: CONFIG_CPU_EM4_FPUS .. kconfig:: CONFIG_CPU_EM4_FPUS CONFIG_CPU_EM4_FPUS ################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none If y, the SoC uses an ARC EM4 DMIPS CPU with the single-precision floating-point extension Direct dependencies =================== \ :kconfig:`SOC_ARC_IOT ` || (\ :kconfig:`SOC_EMSK_EM9D ` && \ :kconfig:`SOC_EMSK `) || \ :kconfig:`SOC_ARC_IOT ` || (\ :kconfig:`SOC_EMSK_EM9D ` && \ :kconfig:`SOC_EMSK `) || (\ :kconfig:`ISA_ARCV2 ` && \ :kconfig:`ARC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`CPU_ARCEM ` Kconfig definitions =================== At ``/arc/snps_arc_iot/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config CPU_EM4_FPUS bool default y depends on SOC_ARC_IOT ---- At ``/arc/snps_emsk/Kconfig.defconfig.em9d:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsk/Kconfig.defconfig:12`` Menu path: (Top) .. code-block:: kconfig config CPU_EM4_FPUS bool default y depends on SOC_EMSK_EM9D && SOC_EMSK ---- At ``/arc/snps_arc_iot/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config CPU_EM4_FPUS bool default y depends on SOC_ARC_IOT ---- At ``/arc/snps_emsk/Kconfig.defconfig.em9d:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsk/Kconfig.defconfig:12`` Menu path: (Top) .. code-block:: kconfig config CPU_EM4_FPUS bool default y depends on SOC_EMSK_EM9D && SOC_EMSK ---- At ``/arc/Kconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options .. code-block:: kconfig config CPU_EM4_FPUS bool select CPU_ARCEM depends on ISA_ARCV2 && ARC help If y, the SoC uses an ARC EM4 DMIPS CPU with the single-precision floating-point extension *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*