[tools] Add KConfig files.

This commit is contained in:
bernard
2017-01-31 11:54:12 +08:00
parent cb61d1ffbc
commit d692001fd5
8 changed files with 442 additions and 0 deletions

11
components/libc/KConfig Normal file
View File

@@ -0,0 +1,11 @@
menu "libc"
config RT_USING_LIBC
bool "Enable libc APIs from toolchain"
default y
config RT_USING_PTHREADS
bool "Enable pthreads APIs"
default y
endmenu