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