12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
#
|
|
# 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
|
|
depends on ARCH_TOOLCHAIN_GNU
|
|
---help---
|
|
Enable optimized ARMv7-R specific memcpy() library function
|