:orphan: .. title:: MINIMAL_LIBC .. option:: CONFIG_MINIMAL_LIBC *Minimal C library* Type: ``bool`` Help ==== .. code-block:: none Build with minimal C library. Direct dependencies =================== !\ :option:`NATIVE_APPLICATION ` && !\ :option:`REQUIRES_FULL_LIBC ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/libc/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:4`` Menu path: (Top) → C Library → C Library Implementation .. code-block:: kconfig config MINIMAL_LIBC bool "Minimal C library" depends on !NATIVE_APPLICATION && !REQUIRES_FULL_LIBC && help Build with minimal C library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*