From 545c0caac8ff5cc5c8cc80b1c4d6dce5a2e17032 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 7 Jul 2013 14:04:26 -0700 Subject: Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove. Change-Id: I4b6a57e7d8e7e685c609b1d85368585b9dd197dc Signed-off-by: Gabe Black Reviewed-on: http://review.coreboot.org/3761 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 14e7801600..f65c8e3e20 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -244,6 +244,10 @@ config HAVE_ARCH_MEMCPY bool default n +config HAVE_ARCH_MEMMOVE + bool + default n + menu "Chipset" comment "CPU" -- cgit v1.2.3