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:
Daniel Leung 2020-01-08 10:47:27 -08:00 committed by Anas Nashif
commit 8cce5d31ba

View file

@ -6,3 +6,4 @@ config SOC_INTEL_APL_ADSP
select XTENSA
select XTENSA_RESET_VECTOR
select XTENSA_USE_CORE_CRT1
select ATOMIC_OPERATIONS_BUILTIN