mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-22 08:24:18 +08:00
[tools] Add KConfig files.
This commit is contained in:
11
components/libc/KConfig
Normal file
11
components/libc/KConfig
Normal 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
|
Reference in New Issue
Block a user