diff --git a/lib/libc/Kconfig b/lib/libc/Kconfig index 24697d6f9ba..f57bdddbc68 100644 --- a/lib/libc/Kconfig +++ b/lib/libc/Kconfig @@ -16,6 +16,13 @@ config MINIMAL_LIBC_SUPPORTED help Selected when the target has support for the minimal C library +config NEWLIB_LIBC_SUPPORTED + bool + default y + depends on "$(TOOLCHAIN_HAS_NEWLIB)" = "y" + help + Selected when the target has support for the newlib C library + # Picolibc with C++ support in Zephyr SDK is handled by Zephyr SDK's own Kconfig. config PICOLIBC_SUPPORTED bool