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

CONFIG_ATOMIC_OPERATIONS_BUILTIN

(No prompt – not directly user assignable.)

Type: bool

Help

Use the compiler builtin functions for atomic operations. This is
the preferred method. However, support for all arches in GCC is
incomplete.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At kernel/Kconfig:417

Included via Kconfig:8Kconfig.zephyr:40

Menu path: (Top) → General Kernel Options → Atomic Operations

config ATOMIC_OPERATIONS_BUILTIN
    bool
    help
      Use the compiler builtin functions for atomic operations. This is
      the preferred method. However, support for all arches in GCC is
      incomplete.

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