:orphan: .. title:: NEWLIB_LIBC .. option:: CONFIG_NEWLIB_LIBC *Newlib C library* Type: ``bool`` Help ==== Build with newlib library. The newlib library is expected to be part of the SDK in this case. Direct dependencies =================== !\ :option:`NATIVE_APPLICATION ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``lib/libc/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:4`` Menu path: (Top) → C Library → C Library Implementation .. parsed-literal:: config NEWLIB_LIBC bool "Newlib C library" depends on !\ :option:`NATIVE_APPLICATION ` && \ :ref:` ` help Build with newlib library. The newlib library is expected to be part of the SDK in this case. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*