The latest development version of this page may be more current than this released 2.5.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 ifs and menus.)

Kconfig definition

At arch/arm/core/aarch32/Kconfig:222

Included via Kconfig:8Kconfig.zephyr:29arch/Kconfig:12arch/arm/Kconfig:42

Menu path: (Top) → ARM Options → Floating point ABI

config FP_HARDABI
    bool "Floating point Hard 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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)