:orphan: .. title:: CONFIG_NEWLIB_LIBC .. kconfig:: CONFIG_NEWLIB_LIBC CONFIG_NEWLIB_LIBC ################## *Newlib C library* Type: ``bool`` Help ==== .. code-block:: none Build with newlib library. The newlib library is expected to be part of the SDK in this case. Direct dependencies =================== !\ :kconfig:`NATIVE_APPLICATION ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/libc/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:4`` Menu path: (Top) → C Library → C Library Implementation .. code-block:: kconfig config NEWLIB_LIBC bool "Newlib C library" depends on !NATIVE_APPLICATION && 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.)*