CONFIG_DOUBLE_PRECISION_FPU

Double precision FPU

Double precision FPU

Type: bool

Direct dependencies

<choice: FPU options> || <choice: FPU options>

(Includes any dependencies from ifs and menus.)

Kconfig definitions

At <Zephyr SoC>/riscv/riscv-privilege/andes_v5/Kconfig.soc:41

Included via Kconfig:8Kconfig.zephyr:38<Zephyr SoC>/Kconfig:15<BuildDir>/kconfig/Kconfig.soc.arch:2<Zephyr SoC>/riscv/riscv-privilege/Kconfig:22

Menu path: (Top) → Hardware Configuration → FPU options

config DOUBLE_PRECISION_FPU
    bool "Double precision FPU"
    select CPU_HAS_FPU_DOUBLE_PRECISION
    depends on <choice>

At <Zephyr SoC>/riscv/riscv-privilege/andes_v5/Kconfig.soc:41

Included via Kconfig:8Kconfig.zephyr:38<Zephyr SoC>/Kconfig:18<Zephyr SoC>/riscv/riscv-privilege/Kconfig:22

Menu path: (Top) → Hardware Configuration → FPU options

config DOUBLE_PRECISION_FPU
    bool "Double precision FPU"
    select CPU_HAS_FPU_DOUBLE_PRECISION
    depends on <choice>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)