:orphan: .. title:: choice: Floating point ABI .. _choice_138: .. describe:: choice: Floating point ABI *Floating point ABI* Type: ``bool`` Direct dependencies =================== \ :option:`FPU ` && \ :option:`ARM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`FP_HARDABI ` Choice options ============== - \ :option:`FP_HARDABI ` - \ :option:`FP_SOFTABI ` Kconfig definition ================== At ``/arm/core/aarch32/Kconfig:237`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` Menu path: (Top) → ARM Options .. code-block:: kconfig choice bool "Floating point ABI" default FP_HARDABI depends on FPU && ARM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*