commit | 64e99dfcf698980d96c7ad1523aee29fd97383ad | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Apr 01 11:35:31 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Apr 02 07:23:33 2021 -0400 |
tree | 0a6c703819151a4cd8b8439a83fd85cf0631e7b2 | |
parent | 71532eb8c2788fd6f713907016bb00fdeda3b840 [diff] |
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>