G-CAMS-DATU/rt-thread/components/libc/Kconfig
2024-05-13 16:08:47 +08:00

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