-
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:404
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:30
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.)