mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
libc/Kconfig: Use menus vs. comments to better organize the C library menus
This commit is contained in:
+3
-1
@@ -3,7 +3,7 @@
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
comment "Math Library Support"
|
||||
#menu "Math Library Support"
|
||||
|
||||
config LIBM
|
||||
bool "Standard Math library"
|
||||
@@ -27,3 +27,5 @@ config LIBM
|
||||
math library built into NuttX. This math library comes from the Rhombus OS and
|
||||
was written by Nick Johnson. The Rhombus OS math library port was contributed by
|
||||
Darcy Gong.
|
||||
|
||||
#endmenu # Math Library Support
|
||||
|
||||
Reference in New Issue
Block a user