2012-11-11 00:06:01 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-11-11 00:06:01 +08:00
|
|
|
#
|
|
|
|
|
2012-12-27 05:37:50 +08:00
|
|
|
comment "Standard C Library Options"
|
|
|
|
|
2017-02-10 23:32:55 +08:00
|
|
|
source libc/stdio/Kconfig
|
2012-11-11 00:34:46 +08:00
|
|
|
source libc/math/Kconfig
|
2017-01-19 23:37:33 +08:00
|
|
|
source libc/machine/Kconfig
|
2017-02-10 23:32:55 +08:00
|
|
|
source libc/stdlib/Kconfig
|
|
|
|
source libc/unistd/Kconfig
|
|
|
|
source libc/string/Kconfig
|
|
|
|
source libc/dllfcn/Kconfig
|
|
|
|
source libc/modlib/Kconfig
|
|
|
|
source libc/wchar/Kconfig
|
|
|
|
source libc/locale/Kconfig
|
|
|
|
source libc/time/Kconfig
|
|
|
|
source libc/tls/Kconfig
|
|
|
|
source libc/net/Kconfig
|
|
|
|
source libc/netdb/Kconfig
|
|
|
|
source libc/misc/Kconfig
|
|
|
|
source libc/wqueue/Kconfig
|
|
|
|
source libc/hex2bin/Kconfig
|
2017-10-31 08:04:28 +08:00
|
|
|
source libc/userfs/Kconfig
|