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

Floating point Soft ABI

Type: bool

Help

This option selects the Floating point ABI in which hardware floating point instructions are generated but soft-float calling conventions.

Direct dependencies

<choice: Floating point ABI>

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

Kconfig definition

At arch/arm/core/Kconfig:156

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15arch/arm/Kconfig:13

Menu path: (top menu) → ARM Options → Architecture Floating Point Options → Floating point ABI

config FP_SOFTABI
    bool
    prompt "Floating point Soft ABI" if <choice: Floating point ABI>
    depends on <choice: Floating point ABI>
    help
      This option selects the Floating point ABI in which hardware floating
      point instructions are generated but soft-float calling conventions.

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