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

Floating point Hard ABI

Type: bool

Help

This option selects the Floating point ABI in which hardware floating point instructions are generated and uses FPU-specific calling conventions

Direct dependencies

<choice: Floating point ABI>

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

Kconfig definition

At arch/arm/core/Kconfig:149

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_HARDABI
    bool
    prompt "Floating point Hard 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 and uses FPU-specific calling
      conventions

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