:orphan: .. title:: CONFIG_FP_SOFTABI .. kconfig:: CONFIG_FP_SOFTABI CONFIG_FP_SOFTABI ################# *Floating point Soft ABI* Type: ``bool`` Help ==== .. code-block:: none This option selects the Floating point ABI in which hardware floating point instructions are generated but soft-float calling conventions. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/core/aarch32/Kconfig:255`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` Menu path: (Top) → ARM Options → Floating point ABI .. code-block:: kconfig config FP_SOFTABI bool "Floating point Soft ABI" depends on 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.)*