The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_FP_SHARING

Floating point register sharing

Type: bool

Help

This option allows multiple threads to use the floating point registers.

Direct dependencies

FLOAT

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/Kconfig:457

Included via Kconfig:10Kconfig.zephyr:29

Menu path: (top menu) → Floating point

config FP_SHARING
    bool
    prompt "Floating point register sharing" if FLOAT
    depends on FLOAT
    help
      This option allows multiple threads to use the floating point
      registers.

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