Skip to content

Commit

Permalink
xtensa: change CONFIG_ATOMIC_OPERATIONS_ARCH to imply
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dcpleung authored and nashif committed Apr 2, 2021
1 parent 71532eb commit 64e99df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 64e99df

Please sign in to comment.