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:145

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:26

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.)