2020-06-28 10:00:38 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config RISCV_MEMCPY
|
2021-12-14 08:52:49 +01:00
|
|
|
bool "Enable optimized memcpy() for RISC-V"
|
|
|
|
select LIBC_ARCH_MEMCPY
|
|
|
|
---help---
|
|
|
|
Enable optimized RISC-V specific memcpy() library function
|