:orphan: .. title:: choice: FPU options .. _choice_151: .. describe:: choice: FPU options *FPU options* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NO_FPU ` Choice options ============== - \ :kconfig:`NO_FPU ` - \ :kconfig:`SINGLE_PRECISION_FPU ` - \ :kconfig:`DOUBLE_PRECISION_FPU ` Kconfig definition ================== At ``/riscv/riscv-privilege/andes_v5/Kconfig.soc:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "FPU options" default NO_FPU depends on SOC_SERIES_RISCV_ANDES_V5 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*