:orphan: .. title:: ATOMIC_OPERATIONS_BUILTIN .. option:: 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 =============================== - \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` - \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` - \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` - \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` - \ :option:`SOC_RISCV_VIRT ` - \ :option:`CPU_ARCHS ` - \ :option:`ARMV7_M_ARMV8_M_MAINLINE ` - \ :option:`ARMV7_R ` - \ :option:`ARMV8_A ` - \ :option:`SPARC ` - \ :option:`X86 ` - \ :option:`ARCH_POSIX ` Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:402`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Atomic Operations .. parsed-literal:: 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.)*