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:
parent
71532eb8c2
commit
64e99dfcf6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue