rt-thread-official/components/libc/Kconfig

11 lines
238 B
Plaintext

menu "C/C++ and POSIX layer"
config RT_USING_EXTERNAL_LIBC
bool
source "$RTT_DIR/components/libc/compilers/common/Kconfig"
source "$RTT_DIR/components/libc/posix/Kconfig"
source "$RTT_DIR/components/libc/cplusplus/Kconfig"
endmenu