:orphan: .. title:: CONFIG_ATOMIC_OPERATIONS_ARCH .. kconfig:: CONFIG_ATOMIC_OPERATIONS_ARCH CONFIG_ATOMIC_OPERATIONS_ARCH ############################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Use when there isn't support for compiler built-ins, but you have written optimized assembly code under arch/ which implements these. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that imply this symbol ============================== - \ :kconfig:`XTENSA ` Kconfig definition ================== At ``/Kconfig:424`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Atomic Operations .. code-block:: kconfig config ATOMIC_OPERATIONS_ARCH bool help Use when there isn't support for compiler built-ins, but you have written optimized assembly code under arch/ which implements these. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*