2017-01-21 00:53:46 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config ARMV7A_MEMCPY
|
|
|
|
bool "Enable optimized memcpy() for ARMv7-A"
|
|
|
|
select LIBC_ARCH_MEMCPY
|
2017-05-14 03:28:15 +08:00
|
|
|
depends on ARCH_TOOLCHAIN_GNU
|
2017-01-21 00:53:46 +08:00
|
|
|
---help---
|
|
|
|
Enable optimized ARMv7-A specific memcpy() library function
|