soc: intel_apl_adsp: select CONFIG_ATOMIC_OPERATIONS_BUILTIN
The GCC 9.2 toolchain for intel_apl_adsp has builtin atomic functions already so we can use that instead of the custom one in arch. This allows the atomic function calls to be inlined. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
0ba204083d
commit
8cce5d31ba
1 changed files with 1 additions and 0 deletions
|
@ -6,3 +6,4 @@ config SOC_INTEL_APL_ADSP
|
|||
select XTENSA
|
||||
select XTENSA_RESET_VECTOR
|
||||
select XTENSA_USE_CORE_CRT1
|
||||
select ATOMIC_OPERATIONS_BUILTIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue