Kconfig 492 B

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