2012-11-10 17:06:01 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:08:57 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-11-10 17:06:01 +01:00
|
|
|
#
|
|
|
|
|
2012-12-26 22:37:50 +01:00
|
|
|
comment "Standard C Library Options"
|
|
|
|
|
2017-02-10 16:32:55 +01:00
|
|
|
source libc/stdio/Kconfig
|
2012-11-10 17:34:46 +01:00
|
|
|
source libc/math/Kconfig
|
2017-01-19 16:37:33 +01:00
|
|
|
source libc/machine/Kconfig
|
2017-02-10 16:32:55 +01: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 01:04:28 +01:00
|
|
|
source libc/userfs/Kconfig
|