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 <Zephyr Kernel>/Kconfig:417
Included via Kconfig:8 → Kconfig.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.)