15 lines
426 B
Plaintext
15 lines
426 B
Plaintext
|
#
|
||
|
# 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
|
||
|
depends on ARM_TOOLCHAIN_GNU && EXPERIMENTAL
|
||
|
---help---
|
||
|
Enable optimized ARMv7-A specific memcpy() library function
|
||
|
|
||
|
Marked EXPERIMENTAL because it did not build for me the last time I
|
||
|
tried.
|