CONFIG_FLOAT_HARD

Enable hard-float calling convention

Type: bool

Help

This option enables the hard-float calling convention.

Direct dependencies

FPU && RISCV

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/arch/riscv/Kconfig:16

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

Menu path: (Top) → RISCV Options

config FLOAT_HARD
    bool "Enable hard-float calling convention"
    default y
    select COMPRESSED_ISA
    depends on FPU && RISCV
    help
      This option enables the hard-float calling convention.

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