kernelconfig_penguin
CONFIG_ARM64_USE_LSE_ATOMICS is not available for the default architecture x86.
Result is shown for architecture arm64

Atomic instructions

configname: CONFIG_ARM64_USE_LSE_ATOMICS

Linux Kernel Configuration
└─> Kernel Features
└─> ARMv8.1 architectural features
└─> Atomic instructions

As part of the Large System Extensions, ARMv8.1 introduces new
atomic instructions that are designed specifically to scale in
very large systems.

Say Y here to make use of these instructions for the in-kernel
atomic routines. This incurs a small overhead on CPUs that do
not support these instructions and requires the kernel to be
built with binutils >= 2.25 in order for the new instructions
to be used.