diff --git a/lib/libc/Kconfig b/lib/libc/Kconfig index 52fd57484e39f..e2b8f70217a8b 100644 --- a/lib/libc/Kconfig +++ b/lib/libc/Kconfig @@ -40,7 +40,6 @@ endchoice # LIBC_IMPLEMENTATION if NEWLIB_LIBC -if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb" config NEWLIB_LIBC_NANO bool "Build with newlib-nano C library" default y @@ -48,7 +47,6 @@ config NEWLIB_LIBC_NANO Build with newlib-nano library, for small embedded apps. The newlib-nano library for ARM embedded processors is a part of the GNU Tools for ARM Embedded Processors. -endif config NEWLIB_LIBC_ALIGNED_HEAP_SIZE int "Newlib aligned heap size"