risc-v and xtensa Kconfig : Remove LIBC_ARCH_ATOMIC

In https://github.com/apache/nuttx/pull/13044,
LIBC_ARCH_ATOMIC was finally removed.

Howerver, the following chips still have the config.
- ARCH_CHIP_ESP32S3
- ARCH_CHIP_ESP32C3_GENERIC
- ARCH_CHIP_ESP32H2

This commit fixes the issue.
This commit is contained in:
Takuya Miyasita
2024-11-13 14:02:15 +09:00
committed by Xiang Xiao
parent 8068ba75ec
commit 6847eb0c25
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -104,7 +104,6 @@ config ARCH_CHIP_ESP32C3_GENERIC
select ARCH_HAVE_RESET
select ARCH_HAVE_RNG
select ARCH_HAVE_TICKLESS
select LIBC_ARCH_ATOMIC
select LIBC_ARCH_MEMCPY
select LIBC_ARCH_MEMCHR
select LIBC_ARCH_MEMCMP
@@ -164,7 +163,6 @@ config ARCH_CHIP_ESP32H2
select ARCH_HAVE_RESET
select ARCH_HAVE_RNG
select ARCH_HAVE_TICKLESS
select LIBC_ARCH_ATOMIC
select LIBC_ARCH_MEMCPY
select LIBC_ARCH_MEMCHR
select LIBC_ARCH_MEMCMP
-1
View File
@@ -88,7 +88,6 @@ config ARCH_CHIP_ESP32S3
select ARCH_HAVE_TESTSET
select ARCH_VECNOTIRQ
select LIBC_PREVENT_STRING_KERNEL
select LIBC_ARCH_ATOMIC
select LIBC_ARCH_MEMCPY if BUILD_FLAT
select LIBC_ARCH_MEMCHR if BUILD_FLAT
select LIBC_ARCH_MEMCMP if BUILD_FLAT