aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libc/math/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/math/Kconfig')
-rw-r--r--nuttx/libc/math/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/math/Kconfig b/nuttx/libc/math/Kconfig
index c24bfd53f..db9dfae63 100644
--- a/nuttx/libc/math/Kconfig
+++ b/nuttx/libc/math/Kconfig
@@ -4,7 +4,7 @@
#
config LIBM
- bool "Math library"
+ bool "Standard Math library"
default n
depends on !ARCH_MATH_H
---help---