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 ifs and menus.)

Kconfig definition

At <Zephyr>/arch/arm/core/aarch32/Kconfig:229

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

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

config FP_SOFTABI
    bool "Floating point Soft 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.

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