The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_FLOAT

Floating point

Type: bool

Help

This option allows threads to use the floating point registers. By default, only a single thread may use the registers.

Disabling this option means that any thread that uses a floating point register will get a fatal exception.

Direct dependencies

CPU_HAS_FPU

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/Kconfig:445

Included via Kconfig:10Kconfig.zephyr:29

Menu path: (top menu)

menuconfig FLOAT
    bool
    prompt "Floating point" if CPU_HAS_FPU
    depends on CPU_HAS_FPU
    help
      This option allows threads to use the floating point registers.
      By default, only a single thread may use the registers.

      Disabling this option means that any thread that uses a
      floating point register will get a fatal exception.

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