summaryrefslogtreecommitdiff
path: root/nuttx/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/Kconfig')
-rw-r--r--nuttx/lib/Kconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/lib/Kconfig b/nuttx/lib/Kconfig
index 80c584ce9..ddd5e2dde 100644
--- a/nuttx/lib/Kconfig
+++ b/nuttx/lib/Kconfig
@@ -165,8 +165,8 @@ config MEMCPY_VIK
depends on !ARCH_MEMCPY
---help---
Select this option to use the optimized memcpy() function by Daniel Vik.
- Select this option to option for speed at the expense of increased size.
- See licensing information in the top-level COPYING file.
+ Select this option for improved performance at the expense of increased
+ size. See licensing information in the top-level COPYING file.
if MEMCPY_VIK
config MEMCPY_PRE_INC_PTRS
@@ -186,7 +186,8 @@ config MEMCPY_64BIT
bool "64-bit memcpy()"
default n
---help---
- Compiles memcpy() for 64 bit architectures
+ Compiles memcpy() for architectures that suppport 64-bit operations
+ efficiently.
endif
@@ -224,7 +225,8 @@ config MEMSET_64BIT
default n
depends on MEMSET_OPTSPEED
---help---
- Compiles memset() for 64 bit architectures
+ Compiles memset() for architectures that suppport 64-bit operations
+ efficiently.
config ARCH_STRCMP
bool "strcmp()"