libc/machine: Fix ARMV[7|8]M_STRING_FUNCTION typo error in Kconfig

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-08-29 23:57:20 +08:00 committed by Petro Karashchenko
parent 697472dc07
commit 4c3232a229
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ config ARMV7M_STRING_FUNCTION
select ARMV7M_MEMSET select ARMV7M_MEMSET
select ARMV7M_MEMMOVE select ARMV7M_MEMMOVE
select ARMV7M_STRCMP select ARMV7M_STRCMP
select ARMV7M_STRCPY
select ARMV7M_STRLEN select ARMV7M_STRLEN
config ARMV7M_MEMCHR config ARMV7M_MEMCHR

View File

@ -12,7 +12,7 @@ config ARMV8M_STRING_FUNCTION
select ARMV8M_MEMCHR select ARMV8M_MEMCHR
select ARMV8M_MEMCPY select ARMV8M_MEMCPY
select ARMV8M_MEMSET select ARMV8M_MEMSET
select ARMV8M_STRCMP select ARMV8M_MEMMOVE
select ARMV8M_STRCMP select ARMV8M_STRCMP
select ARMV8M_STRLEN select ARMV8M_STRLEN