1menu "C/C++ and POSIX layer"
2
3config RT_USING_EXTERNAL_LIBC
4    bool
5    help
6        This is for external libc(e.g. mlib),
7        and NOT for newlib or picolibc which are inherent in the toolchains.
8        Usually, the external libc should be a software package and select
9        RT_USING_EXTERNAL_LIBC in software package's Kconfig
10        This option is not available for users to select.
11
12rsource "compilers/common/Kconfig"
13rsource "posix/Kconfig"
14rsource "cplusplus/Kconfig"
15
16endmenu
17