mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
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:
committed by
Xiang Xiao
parent
8068ba75ec
commit
6847eb0c25
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user