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

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