The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_TOOLCHAIN_HAS_BUILTIN_FFS

(No prompt – not directly user assignable.)

Type: bool

Help

Hidden option to signal that toolchain has __builtin_ffs*().

Default

Kconfig definition

At arch/Kconfig:991

Included via Kconfig:8Kconfig.zephyr:39

Menu path: (Top)

config TOOLCHAIN_HAS_BUILTIN_FFS
    bool
    default y if !(64BIT && RISCV)
    help
      Hidden option to signal that toolchain has __builtin_ffs*().

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