xtensa: change CONFIG_ATOMIC_OPERATIONS_ARCH to imply

Xtensa cores are highly configurable so each SoC may not have
the needed instructions for the hardware assisted atomic
operations. So instead of selecting the arch-specific atomic
operations kconfig, do a "imply" instead. So SoC or board
configs can disable this.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2021-04-01 11:35:31 -07:00 committed by Anas Nashif
commit 64e99dfcf6

View file

@ -103,7 +103,7 @@ config XTENSA
select HAS_DTS
select USE_SWITCH
select USE_SWITCH_SUPPORTED
select ATOMIC_OPERATIONS_ARCH
imply ATOMIC_OPERATIONS_ARCH
help
Xtensa architecture