2017-01-20 10:53:46 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config ARMV7R_MEMCPY
|
|
|
|
bool "Enable optimized memcpy() for ARMv7-R"
|
|
|
|
select LIBC_ARCH_MEMCPY
|
2017-05-13 13:28:15 -06:00
|
|
|
depends on ARCH_TOOLCHAIN_GNU
|
2017-01-20 10:53:46 -06:00
|
|
|
---help---
|
|
|
|
Enable optimized ARMv7-R specific memcpy() library function
|