From 6cbcbd5481311a64591c630794de9166f30344f4 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Sat, 13 Nov 2021 14:08:26 +0100 Subject: [PATCH] arch/risc-v&xtensa/Kconfig: Don't select LIBC_ARCH_MEMCCMP. The Kconfig option doens't exist and we are not providing any external implementation. Signed-off-by: Abdelatif Guettouche --- arch/risc-v/Kconfig | 1 - arch/xtensa/Kconfig | 2 -- 2 files changed, 3 deletions(-) diff --git a/arch/risc-v/Kconfig b/arch/risc-v/Kconfig index fda26abfcd..e8e812a724 100644 --- a/arch/risc-v/Kconfig +++ b/arch/risc-v/Kconfig @@ -51,7 +51,6 @@ config ARCH_CHIP_ESP32C3 select LIBC_ARCH_MEMMOVE select LIBC_ARCH_MEMCMP select LIBC_ARCH_MEMCHR - select LIBC_ARCH_MEMCCMP select LIBC_ARCH_STRCPY select LIBC_ARCH_STRCHR select LIBC_ARCH_STRCMP diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 03d1ec0e1b..402f92f81f 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -22,7 +22,6 @@ config ARCH_CHIP_ESP32 select LIBC_ARCH_MEMCPY select LIBC_ARCH_MEMCHR select LIBC_ARCH_MEMCMP - select LIBC_ARCH_MEMCCMP select LIBC_ARCH_MEMMOVE select LIBC_ARCH_MEMSET ---help--- @@ -49,7 +48,6 @@ config ARCH_CHIP_ESP32S2 select LIBC_ARCH_MEMCPY select LIBC_ARCH_MEMCHR select LIBC_ARCH_MEMCMP - select LIBC_ARCH_MEMCCMP select LIBC_ARCH_MEMMOVE select LIBC_ARCH_MEMSET select LIBC_ARCH_STRCHR