:orphan: .. title:: CONFIG_FLOAT_HARD .. kconfig:: CONFIG_FLOAT_HARD CONFIG_FLOAT_HARD ################# *Enable hard-float calling convention* Type: ``bool`` Help ==== .. code-block:: none This option enables the hard-float calling convention. Direct dependencies =================== \ :kconfig:`FPU ` && \ :kconfig:`RISCV ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/riscv/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → RISCV Options .. code-block:: kconfig config FLOAT_HARD bool "Enable hard-float calling convention" default y depends on FPU && RISCV help This option enables the hard-float calling convention. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*