From 8c0fc09853cc3eda7bf4c27119577e512b2d4d5e Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Sat, 2 May 2020 10:28:57 -0300 Subject: [PATCH] Vik memcpy() is already defined on string/Kconfig --- libs/libc/stdio/Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libs/libc/stdio/Kconfig b/libs/libc/stdio/Kconfig index 484a3722cb..9cab308fdf 100644 --- a/libs/libc/stdio/Kconfig +++ b/libs/libc/stdio/Kconfig @@ -138,13 +138,4 @@ config EOL_IS_EITHER_CRLF endchoice -config MEMCPY_VIK - bool "Vik memcpy()" - default n - depends on !LIBC_ARCH_MEMCPY - ---help--- - Select this option to use the optimized memcpy() function by Daniel Vik. - Select this option for improved performance at the expense of increased - size. See licensing information in the top-level COPYING file. - endmenu #Standard C I/O