:orphan: .. title:: CONFIG_SINGLE_PRECISION_FPU .. kconfig:: CONFIG_SINGLE_PRECISION_FPU CONFIG_SINGLE_PRECISION_FPU ########################### *Single precision FPU* *Single precision FPU* Type: ``bool`` Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`CPU_HAS_FPU ` - \ :kconfig:`CPU_HAS_FPU ` Kconfig definitions =================== At ``/riscv/riscv-privilege/andes_v5/Kconfig.soc:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration → FPU options .. code-block:: kconfig config SINGLE_PRECISION_FPU bool "Single precision FPU" select CPU_HAS_FPU depends on ---- At ``/riscv/riscv-privilege/andes_v5/Kconfig.soc:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration → FPU options .. code-block:: kconfig config SINGLE_PRECISION_FPU bool "Single precision FPU" select CPU_HAS_FPU depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*